dini_Get help?
#1

Well I am getting this error with this code?
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;
}
Error;
Код:
C:\Users\BooNii3\Foxx RP\Foxx Role Play\Server\gamemodes\foxxrp.pwn(92) : error 033: array must be indexed (variable "dini_Get")
Reply


Messages In This Thread
dini_Get help? - by Luis- - 04.11.2010, 23:31
Re: dini_Get help? - by Toni - 04.11.2010, 23:34
Re: dini_Get help? - by Luis- - 04.11.2010, 23:37
AW: dini_Get help? - by Littl3j0hNy - 04.11.2010, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)