30.03.2015, 18:43
Quote:
{
new str[126],name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); // I changed this with ( ) . I dont know if that is mistake but you miss it. inline SingleString(string:name[], string:value[]) { INI_String("pName",str,126); } INI_ParseFile(name,using inline "SingleString"); printf(str); return 1; } |