17.02.2013, 07:54
Okay, so i'm trying to make a vip system.
I occur some problems.
the problem is.
How can i name it in this part
I occur some problems.
pawn Код:
stock GetPlayerVip(playerid)
{
new vipfile[] = Path(playerid);
INI_Load(vipfile);
return results;
}
How can i name it in this part
pawn Код:
INI:Path(playerid)[Accounts](name[], value[])
{
}