Code generator 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)
+--- Thread: Code generator help (
/showthread.php?tid=384502)
Code generator help -
KP2 - 12.10.2012
Does anyone have a PawnTE or a codegenerator? which gives codes in Zcmd? like this one but this dosent have zcmd
https://sampforum.blast.hk/showthread.php?tid=293437
Re: Code generator help -
TzAkS. - 12.10.2012
Just for teleport?
It`s not hard to do it,just look for some tutorials,if you need help pm me.
I can edit that but the link for source is broken..maybe i will do one..just tell me what do you wan`t to do
Re: Code generator help -
RedJohn - 12.10.2012
I can create a software for creating teleport commands for you if you want?
Re: Code generator help -
KP2 - 12.10.2012
Yea plss make one and not for tp's i can make that gates and color's and stuff...like advertises and dialogs creator
Re: Code generator help -
RedJohn - 12.10.2012
Do you wan't to be like this:
CLICK
Like ****** Chrome Extension?
Re: Code generator help -
KP2 - 12.10.2012
no man i have that.....need a gate gen and a tp gen and some color gen i would be thankful and rep you 5 TIMES!
Re: Code generator help -
XtremeR - 12.10.2012
making ZCMD is really very easy! but for some guys it maybe difficult, here is an example:
pawn Код:
if(!strcmp(cmdtext,"/example",true))
{
return 1;
}
CMD:example(playerid, params[])
{
return 1;
}
Re: Code generator help -
KP2 - 13.10.2012
han asal mein asaan hai. thanks Xtremer and redjohn