11.06.2014, 12:58
enter in admin level command
and cod
pwncod:
Quote:
dcmd(adheal,6,cmdtext); |
pwncod:
Quote:
dcmd_adheal(playerid,params[]) { new string[128]; new ID; if(sscanf(params,"us[100]",ID)) { SendClientMessage(playerid,COLOR_ERROR,"USAGE: /adheal (Player Name/ID)"); return 1; } if(!IsPlayerConnected(ID)) { format(string,sizeof(string),"The player ID (%d) is not connected to the server. You cannot heal them.",ID); SendClientMessage(playerid,COLOR_ERROR,string); return 1; } |