Is it possible to replace 1 with "Yes"?
#4

pawn Код:
new str[30];
    switch(pInfo[playerid][GunLic])
    {
        case 1: str = "Yes";
        default: str= "No";
    }
Then replace pInfo[playerid][GunLic] thats coming after RemoveUnderScore with str
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)