Strange problem
#3

pawn Код:
GPN(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    for(new i = 0; i < MAX_PLAYER_NAME; i++)
    {
        if(name[i] == '_') name[i] = ' ';
    }
    return name;
}
I only use actors, no NPC's yet but I'm considering on adding them one day.

In the game nobody made it up to level 100+ yet
Reply


Messages In This Thread
Strange problem - by TonyII - 31.05.2017, 14:35
Re: Strange problem - by Toroi - 31.05.2017, 14:51
Re: Strange problem - by TonyII - 31.05.2017, 16:07
Re: Strange problem - by CheezIt - 31.05.2017, 18:39
Re: Strange problem - by Toroi - 31.05.2017, 18:41
Re: Strange problem - by CheezIt - 31.05.2017, 18:46
Re: Strange problem - by TonyII - 31.05.2017, 20:14
Re: Strange problem - by CheezIt - 01.06.2017, 00:04
Re: Strange problem - by ShihabSoft - 01.06.2017, 00:08
Re: Strange problem - by CheezIt - 01.06.2017, 04:49

Forum Jump:


Users browsing this thread: 1 Guest(s)