[HELP] LoL?
#6

Quote:
Originally Posted by cessil
Посмотреть сообщение
if you're using the name once in the command you could create a stock
pawn Код:
stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    return name;
}
then in a format
pawn Код:
format(string,sizeof(string),"name: %s",PlayerName(playerid));
GetPlayerName(playerid, string to store it, size of the string);
I just said that -.- ...
Reply


Messages In This Thread
[HELP] LoL? - by Larsey123IsMe - 18.12.2010, 03:24
Re: [HELP] LoL? - by Grim_ - 18.12.2010, 03:27
Re: [HELP] LoL? - by Lorenc_ - 18.12.2010, 03:27
Re: [HELP] LoL? - by Retardedwolf - 18.12.2010, 03:27
Re: [HELP] LoL? - by cessil - 18.12.2010, 03:28
Re: [HELP] LoL? - by Lorenc_ - 18.12.2010, 04:19
Re: [HELP] LoL? - by cessil - 18.12.2010, 05:45

Forum Jump:


Users browsing this thread: 4 Guest(s)