16.06.2013, 14:52
Hello everyone,
I've got ANOTHER problem... :P
I just created this:
Underneath OnPlayerDisconnect, but now it's telling me this O_O:
I don't know much about INI, so thats why i'm asking.
Greetz, CrazyManiac.
I've got ANOTHER problem... :P
I just created this:
Код:
new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X,Y,Z); INI_WriteFloat(File,"Posx",X); INI_WriteFloat(File,"Posy",Y); INI_WriteFloat(File,"Posz",Z);
Код:
C:\Documents and Settings\Fabian\My Documents\Script\gamemodes\Alpha.pwn(724) : error 017: undefined symbol "posx"
Greetz, CrazyManiac.