ZCMD Help!
#1

Hello, I need help with converting my script from strcmp to ZCMD. If someone could help i'd be grateful! I'm a newb scripter, but eager to learn, and I am most comfortable using ZMCD.
Here's the script I am editing. If someone can show me how to edit it, or change all commands to ZCMD ones please.
I attempted to edit it, but it failed. I even looked at tutorials

http://pastebin.com/RnCr3Uhz
Reply
#2

Use "CTRL + H" then find the same exact text and changed them.
E.g
pawn Код:
if(strcmp(cmd,"
Then replace that with
pawn Код:
COMMAND:
The other half
pawn Код:
" ,true) ==0)
And replace that with
pawn Код:
(playerid,params[])
//u don't need the params
NOTE: the space's between the comments might not be the Sam as urs just an example!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)