21.01.2010, 18:04
But, i want the id from the player that types the command, aka playerid. and i want it in a string, then i could do
or
?
You're using it wrong![Smiley](images/smilies/smile.png)
https://sampwiki.blast.hk/wiki/GetPlayerName
EDIT
Anybody that can help me?
Code:
GetPlayerName(playerid, string, 64);
Code:
GetPlayerName(playerid, string, sizeof(string));
You're using it wrong
![Smiley](images/smilies/smile.png)
https://sampwiki.blast.hk/wiki/GetPlayerName
EDIT
Anybody that can help me?