Samp PAWNO tutorial 9: How to make Multiple commands.
Uploader Comments (PersonalComputerNerd)
All Comments (109)
-
let the mouse hit the mute let the mouse hit the muteeee....
peace.
-
I need a bit of help here. I am very knew to all of this PAWNO scripting. I need to know how to create a command lets say: /commands or /cmds. I want this command to be able to display all of my other commands. Like for instance: /cmds (Dialogue Box pops up) inside the dialogue box I want it to show the commands. Any assistance would greatly be appreciated and may even earn you a subscriber ;)
-
i can make a 22 command in one pwn file
-
@PersonalComputerNerd I have created my server completely . the only thing is left that i need to know how to create admin commands. LEVEL 1 admin half commands lvel 2 lvl 3 lv4 lv5 . just tell me how to do it. thanks.
-
idk when I open Pawno,I get an error.
-
What if I want /heal and /healme to do the same thing. Tutorial plz?
-
Cool but today we have others command processators like zcmd and ycmd, strcmp is old !
-
man ii have one kock you want to suck
-
let the bodies hit the MUUUUTEEEEEEEEEEEEEEEEEEEEEEEE
EEEEE -
plz tell me how to put text on screens as on GamerXand other servers website name and server name
How can I make commands to cost money?
And if they player doesnt have enough money it will give a message saying : You do not have enough money to use this command
ofir2008 2 years ago
if(GetPlayerMoney[playerid] != $money){
SendClientMessage(playerid,color,"you need $money ammount of cash");
return 1;
}
//blah blah blah
GivePlayerMoney(playerid,-$money);
($money is the ammoutn of cash u wanna deal with..)
PersonalComputerNerd 2 years ago