17.09.2015, 14:18
Ok so i have a message to admin command thing but i need a little help:
But it returns my playerid and not who i used the command on
PHP Code:
new str[100];
format(str, sizeof(str),"%s has used command /giveweapon on %d.", ReturnPlayerName(playerid), playerid);
SendWarningToAdmins(COLOR_AMSG, str);
return 1;