26.03.2010, 03:30
theres that way yes, but if the players can angle themselfs you can make a command with a string. like so
Код:
if(!strcmp(cmdtext,"/shakehand",true)) { new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "%s reachs out to shake hands", pname); ************animation can go here************************ SendClientMessageToAll(your color, string); return 1;}