09.10.2013, 20:23
Quote:
The below warning was from what you added
![]() Код:
error 017: undefined symbol "INI_Int" warning 202: number of arguments does not match definition error 001: expected token: ",", but found ";" error 017: undefined symbol "INI_Int" warning 202: number of arguments does not match definition error 001: expected token: ",", but found ";" error 017: undefined symbol "INI_Int" warning 202: number of arguments does not match definition error 001: expected token: ",", but found ";" warning 213: tag mismatch |
pawn Код:
INI_Int("PositionX", PosX[playerid]);
INI_Int("PositionY", PosY[playerid]);
INI_Int("PositionZ", PosZ[playerid]);
INI_Int("Angle", Angle[playerid]);
Can you show us where did you add PosX[ playerid ], PosY[ playerid ], PosZ[ playerid ] ?