Hello guys I was working on my Saving system and i got this error please help me.
#1

Код:
C:\DOCUME~1\admin\Desktop\LOLOLO~1\FILTER~1\p.pwn(208) : error 022: must be lvalue (non-constant)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
this is the code
pawn Код:
INI_Int("Postion",GetPlayerPos(playerid,GetPos[playerid][X],GetPos[playerid][Y],GetPos[playerid][Z]));
Reply
#2

Pretty sure you have to use INI_Float instead, seeing as it is a position.

pawn Код:
INI_Float("Postion",GetPlayerPos(playerid,GetPos[playerid][X],GetPos[playerid][Y],GetPos[playerid][Z]));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)