18.04.2014, 01:23
When i set a string i can't find a way to change it
here is my code
here is my code
pawn Код:
//this is the code of the registering where i first create the string
INI_WriteString(file,"Race","None");
pawn Код:
//here i am trying to change it via command
CMD:setvamp(playerid,params[])
{
pInfo[playerid][pRace] = "Vamp";
return 1;
}