25.03.2010, 22:01
Which functions I have to use in order to build a /shakehand command?
I mean how can I make the player to be facing one another.
I mean how can I make the player to be facing one another.
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;}