How to fix these errors?
#1

hey guys i need help fixing these errors Thanks

errors:
Код:
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(152) : error 001: expected token: "-identifier-", but found "="
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : error 029: invalid expression, assumed zero
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : warning 215: expression has no effect
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : warning 215: expression has no effect
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : error 001: expected token: ";", but found ")"
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : error 029: invalid expression, assumed zero
C:\Users\Erik\Desktop\NS Gaming RP\gamemodes\NSRP.pwn(153) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Lines:
Код:
        new INI:PFile = INI_Open(file);
    INI_WriteFloat(PFile, "Pos_X", x);//153
    INI_WriteFloat(PFile, "Pos_Y", y);
    INI_WriteFloat(PFile, "Pos_Z", z);
    INI_WriteFloat(PFile, "Pos_Angle", a);
    INI_WriteInt(PFile, "Skin", GetPlayerSkin(playerid));
    INI_Close(PFile);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)