24.10.2010, 21:47
You put it under
public OnPlayerCommandText(playerid, cmdtext[])
like this:
Then go ingame and type /helpme
Note: change the 'texthere...' to the info you want to show the member.
public OnPlayerCommandText(playerid, cmdtext[])
like this:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext,"/helpme",true)==0) { SendClientMessage(playerid, color,"texthere..."); SendClientMessage(playerid, color,"texthere..."); SendClientMessage(playerid, color,"texthere..."); SendClientMessage(playerid, color,"texthere..."); return 1; } return 0; }
Note: change the 'texthere...' to the info you want to show the member.