15.08.2009, 09:52
Erm the most simple and noobish way for you'd be this :
You have to put this under OnPlayerCommandText
You have to put this under OnPlayerCommandText
Код:
if(strcmp(cmdtext, "/anim", true) == 0) { SendClientMessage(playerid,COLOR_YELLOW,"/lay - /sit - /roll - /deal"); SendClientMessage(playerid,COLOR_YELLOW,"/eat - /vomit - /dance1-4l"); SendClientMessage(playerid,COLOR_YELLOW,"copy this as much as you want.."); return 1; }