Help with string
#3

Use it like that:
Код:
pName(playerid)
{
    new pNameS[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pNameS, MAX_PLAYER_NAME);
    return pNameS;
}

SetPlayerFlashColor(playerid, 4, 1, COLOR_PURPLE, pName);
need to repeat the lines.
Reply


Messages In This Thread
Help with string - by Fantje - 17.07.2016, 14:02
Re: Help with string - by Stinged - 17.07.2016, 14:09
Re: Help with string - by FrAnKiN1 - 17.07.2016, 16:05

Forum Jump:


Users browsing this thread: 4 Guest(s)