SA-MP Forums Archive
Converter help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Converter help (/showthread.php?tid=163697)



Converter help - a!DaN)_)-) - 28.07.2010

Hey guys i was just wondering if there is any app to convert a normal cmd to a zcmd ??

thanks


Re: Converter help - ViruZZzZ_ChiLLL - 28.07.2010

I think there isn't any =)

You have to convert (script) it yourself.


Re: Converter help - a!DaN)_)-) - 28.07.2010

thanks do you know any tuts on zcmds? or a website or something ?


Re: Converter help - ViruZZzZ_ChiLLL - 28.07.2010

Quote:
Originally Posted by a!DaN)_)-)
Посмотреть сообщение
thanks do you know any tuts on zcmds? or a website or something ?
zcmd is the easiest to learn.

pawn Код:
CMD:command(playerid, params[])
{
   // code here
   return 1;
}
Or please do refer here :
https://sampforum.blast.hk/showthread.php?tid=91354


Re: Converter help - billiout - 28.07.2010

https://sampwiki.blast.hk/wiki/Fast_Commands#zcmd