/taunt CMD
#5

pawn Код:
new taunt[MAX_PLAYERS][128];
/taunt command:
pawn Код:
format(taunt[playerid], sizeof(taunt[playerid]), "%s", params);
OnPlayerDeath
pawn Код:
new string[128], killername[24];
GetPlayerName(killerid, killername, sizeof(killername));
format(string, sizeof(string), "%s shouts: %s", killername, taunt[killerid]);
SendClientMessage(playerid, YOURCOLOURHERE, string);
Written in the topic and untested.
Reply


Messages In This Thread
/taunt CMD - by Dear - 06.02.2011, 00:20
Re: /taunt CMD - by Whizion - 06.02.2011, 00:32
Re: /taunt CMD - by iFriSki - 06.02.2011, 00:33
Re: /taunt CMD - by Steven82 - 06.02.2011, 04:35
Re: /taunt CMD - by jameskmonger - 06.02.2011, 06:52

Forum Jump:


Users browsing this thread: 1 Guest(s)