18.08.2009, 03:00
Hello, i have this code under onplayercommand , and it works perfect , but i have a question , is there a way to add the players name with the ID in it to?
this is what i mean:
thecode:
Out PUT: [22:37:03] DEBUG: OnPlayerCommandText(0, /ls)
is there a way to add with the player ID also the NAME of the player?
this is what i mean:
thecode:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { printf("DEBUG: OnPlayerCommandText(%d, %s)", playerid, cmdtext);
is there a way to add with the player ID also the NAME of the player?