i need help in my gm
#1

hey guys iam new here (first post) i got a probem i use zcmd include i made a map (admin base) it was in a fs working great but nw i want to put it in my main gm so i ported all workd but my cmds for it didnt work so i tried everything but still so i copied my cmds for you guys can u make it compitable with zcmd bec its not working at all :/
http://pastebin.com/3F14kUf4 thnx in advanced
Reply
#2

To convert those commands to zcmd, all you need to do is this (your first command as example):
pawn Код:
if(strcmp("/gateo", cmdtext, true) == 0)
Can be converted to:
pawn Код:
COMMAND:gateo(playerid, params[])
And take it out of OnPlayerCommandText, don't leave it in there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)