Problem
#1

When i set a string i can't find a way to change it

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)