SA-MP Forums Archive
[Help]Fixing A little Error - 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]Fixing A little Error (/showthread.php?tid=336756)



[Help]Fixing A little Error - Infinity90 - 23.04.2012

Ok, I'm currently making a saving system and it is annoying me lol. Can someone tell me how to fix this.
Код:
INI_WriteInt(iFile,"PosX", pInfo[playerid][pPos_x];);
The line above is line 204.



Error Code
Код:
C:\Documents and Settings\Unknown\Desktop\Scripts\gamemodes\nerp.pwn(204) : warning 213: tag mismatch
C:\Documents and Settings\Unknown\Desktop\Scripts\gamemodes\nerp.pwn(204) : error 001: expected token: ",", but found ";"
C:\Documents and Settings\Unknown\Desktop\Scripts\gamemodes\nerp.pwn(204) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Unknown\Desktop\Scripts\gamemodes\nerp.pwn(204) : warning 215: expression has no effect
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: [Help]Fixing A little Error - ViniBorn - 23.04.2012

pawn Код:
INI_WriteFloat(iFile,"PosX", pInfo[playerid][pPos_x]);



Re: [Help]Fixing A little Error - Infinity90 - 23.04.2012

OMG Thank You So Much Dude, Your Awesome! +Rep