[Help]Fixing A little Error
#1

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.
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)