Help Me fix warning 213 & warning 202 - 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 Me fix warning 213 & warning 202 (
/showthread.php?tid=309759)
Help Me fix warning 213 & warning 202 -
dickyodie - 09.01.2012
please help me fix this error
C:\DOCUME~1\xp\Desktop\LZGSMI~1\GAMEMO~1\GM19.pwn( 406) : warning 213: tag mismatch
C:\DOCUME~1\xp\Desktop\LZGSMI~1\GAMEMO~1\GM19.pwn( 406) : warning 202: number of arguments does not match definition
Код:
case 8:
{
DisablePlayerRaceCheckpoint(playerid);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 10.0);
SetPlayerRaceCheckpoint(playerid,3465.4092,-2723.0220,17.1492,3464.6011,-2728.9915,9.6539,10);
Stats[playerid] = 9;
}
Re: Help Me fix warning 213 & warning 202 -
Tanush123 - 09.01.2012
pawn Код:
SetPlayerRaceCheckpoint(playerid,1,3465.4092,-2723.0220,17.1492,3464.6011,-2728.9915,9.6539,10);
https://sampwiki.blast.hk/wiki/SetPlayerRaceCheckpoint
Change the type after playerid, if you want to
Re: Help Me fix warning 213 & warning 202 -
dickyodie - 09.01.2012
ohh yeah im forgot it thaks for help me
Re: Help Me fix warning 213 & warning 202 -
Tanush123 - 09.01.2012
no problem
rep me please