SA-MP Forums Archive
Help me - 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: Help me (/showthread.php?tid=256021)



Help me - Cjgogo - 18.05.2011

I need help with this:

how to define cpid(checkpoit id ) I mean this
pawn Код:
if(cpid == myCP)
{
    //stuff here
}
NOTE READ CAREFULLY HOW TO DEFINE CPID AND NOT myCP


Re: Help me - MadeMan - 18.05.2011

Are you using a streamer?


Re: Help me - Cjgogo - 18.05.2011

incognito's streamer


Re: Help me - MadeMan - 18.05.2011

pawn Код:
cpid = CreateDynamicCP(x, y, z, size);



Re: Help me - Cjgogo - 19.05.2011

is not really working or where am i supossed to put that or give me another answer