[HELP] ZCMD Issue
#6

Quote:
Originally Posted by [UG]Scripter
Посмотреть сообщение
Didnt work, Displays The Text But not the players name.
I've just included the id's as i got no clue how you get the player's name, if you use a stock or whatever ..

pawn Код:
stock GetPlayerNameEx(playerid) // This is how i do it.
{
     new pName[25];
     GetPlayerName(playerid, pName, sizeof(pName));
     return pName;
}
Now just change pID and playerid in your command to: GetPlayerNameEx(pID) & GetPlayerNameEx(playerid)
Reply


Messages In This Thread
[HELP] ZCMD Issue - by [UG]Scripter - 27.11.2010, 10:34
Re: [HELP] ZCMD Issue - by Jochemd - 27.11.2010, 10:39
Re: [HELP] ZCMD Issue - by [UG]Scripter - 27.11.2010, 10:41
Re: [HELP] ZCMD Issue - by Cameltoe - 27.11.2010, 10:52
Re: [HELP] ZCMD Issue - by [UG]Scripter - 29.11.2010, 09:37
Re: [HELP] ZCMD Issue - by Cameltoe - 29.11.2010, 13:18
Re: [HELP] ZCMD Issue - by Rachael - 29.11.2010, 13:50

Forum Jump:


Users browsing this thread: 1 Guest(s)