[Tutorial] Starting A GameMode [Basics]
#9

I Think!....
This
PHP код:
pName(playerid)
{
    new 
PlayerName[24];
    
GetPlayerName(playerid,PlayerName,24);
    return 
PlayerName;

Should be like this
PHP код:
pName(id)
{
    new 
PlayerName[24];
    
GetPlayerName(id,PlayerName,24);
    return 
PlayerName;

To get any name of any player :3
Reply


Messages In This Thread
Starting A GameMode [Basics] - by Roberto80 - 19.08.2015, 17:47
Re: Starting A GameMode [Basics] - by SundayMorning - 20.08.2015, 09:53
Re: Starting A GameMode [Basics] - by Sellize - 20.08.2015, 10:18
Re: Starting A GameMode [Basics] - by Roberto80 - 20.08.2015, 10:49
Re: Starting A GameMode [Basics] - by Bingo - 20.08.2015, 10:51
Re: Starting A GameMode [Basics] - by rymax99 - 20.08.2015, 11:06
Re: Starting A GameMode [Basics] - by Roberto80 - 20.08.2015, 18:51
Re: Starting A GameMode [Basics] - by YoussefHammad - 20.08.2015, 21:44
Re: Starting A GameMode [Basics] - by nezo2001 - 20.08.2015, 21:55
Re: Starting A GameMode [Basics] - by Mariciuc223 - 21.08.2015, 10:06

Forum Jump:


Users browsing this thread: 1 Guest(s)