04.11.2010, 23:31
Well I am getting this error with this code?
Error;
pawn Код:
public OnPlayerSpawn(playerid)
{
new file[128];
if (dini_Get(file, "Accounts/%s.ini"))
{
SetPlayerSkin(playerid, NoobSkin);
SetPlayerPos(playerid, 1298.1400,220.3873,19.5547);
}
return 1;
}
Код:
C:\Users\BooNii3\Foxx RP\Foxx Role Play\Server\gamemodes\foxxrp.pwn(92) : error 033: array must be indexed (variable "dini_Get")