command get id of player help
#9

pawn Код:
CMD:getid(playerid, params[])
{
if(sscanf(params, "u", params[0]))
{
new string[64];
format(string, 64, "%s - %d", PlayerName(params[0]), PlayerName(params[0]));
SendClientMessage(playerid, -1, string);
}
return 1;
}
Search for the "PlayerName" stock in ****** or in the wiki of SA-MP.
Reply


Messages In This Thread
command get id of player help - by NewbieScripter - 09.03.2013, 20:44
Re: command get id of player help - by DaRk_RaiN - 09.03.2013, 20:50
Re: command get id of player help - by NewbieScripter - 09.03.2013, 20:51
Re: command get id of player help - by DaRk_RaiN - 09.03.2013, 20:54
Re: command get id of player help - by mineralo - 09.03.2013, 21:00
Re: command get id of player help - by Hoda - 09.03.2013, 21:24
Re: command get id of player help - by Threshold - 09.03.2013, 23:26
AW: command get id of player help - by morocco - 09.03.2013, 23:44
Respuesta: command get id of player help - by JustBored - 09.03.2013, 23:53

Forum Jump:


Users browsing this thread: 1 Guest(s)