How do i convert this work in ZCMD?
#3

just copy the code of this command and paste it outof any callback (at the end of your script), but instead
pawn Код:
if(strcmp(cmdtext, "/count" ... )
Use
pawn Код:
CMD:count(playerid, params[])
{
 //yourcode goes here
}
Make sure you have
pawn Код:
#include <zcmd>
in your includes
Reply


Messages In This Thread
How do i convert this work in ZCMD? - by Yordan_Kronos - 19.12.2012, 08:55
Re: How do i convert this work in ZCMD? - by RedCrossER - 19.12.2012, 09:06
Re: How do i convert this work in ZCMD? - by MarTaTa - 19.12.2012, 09:07
Re: How do i convert this work in ZCMD? - by Konstantinos - 19.12.2012, 09:08
Re: How do i convert this work in ZCMD? - by Yordan_Kronos - 19.12.2012, 09:21

Forum Jump:


Users browsing this thread: 1 Guest(s)