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: Help (
/showthread.php?tid=596106)
Help -
Kqly - 12.12.2015
help pls
Код:
new racestatus[4][126];
for(new i; i < 4; i++)
{
if(rStarted[i] == 1) racestatus[i] = "{00FF00}Started";
else racestatus[i] = "{E62525}waiting for players...";
}
warning 213: tag mismatch
Re: Help -
perfectboy - 12.12.2015
can u show ous the full code