check Competitor number - 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: check Competitor number (
/showthread.php?tid=383835)
check Competitor number -
benalon - 09.10.2012
hey, i want to check the it's means like this
"You have successfully registered to the race You competitor number %d"
so how i do it ?
Re: check Competitor number -
ViniBorn - 09.10.2012
Ex:
pawn Код:
//Top
new Count = 1;
//Join competition
Count++;
format(AnyString, sizeof AnyString,"You have successfully registered to the race You competitor number %d",Count);
Re: check Competitor number -
benalon - 09.10.2012
Tnx Work's Excellent