[Tutorial] /report command.
#2

Not a bad tutorial


Off topic now. Why don't people stock the GetPlayerName function instead of having to get the player name each time.

pawn Code:
stock Name(playerid)
{
    new n[MAX_PLAYER_NAME];
    GetPlayerName(playerid,n,sizeof(n));
    return n;
}
Reply


Messages In This Thread
/report command. - by Kyance - 10.10.2013, 10:05
Re: /report command. - by DobbysGamertag - 10.10.2013, 10:31
Re: /report command. - by qazwsx - 10.10.2013, 10:37
Re: /report command. - by Konstantinos - 10.10.2013, 10:37
Re: /report command. - by efrim123 - 10.10.2013, 19:55
Re: /report command. - by Kyance - 11.10.2013, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)