[HELP] Shake hand command
#4

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;}
Reply


Messages In This Thread
[HELP] Shake hand command - by Ro[X]y - 25.03.2010, 22:01
Re: [HELP] Shake hand command - by Steven82 - 25.03.2010, 23:43
Re: [HELP] Shake hand command - by Correlli - 26.03.2010, 00:17
Re: [HELP] Shake hand command - by -Rebel Son- - 26.03.2010, 03:30
Re: [HELP] Shake hand command - by Ro[X]y - 27.03.2010, 22:47

Forum Jump:


Users browsing this thread: 2 Guest(s)