19.12.2010, 16:48
pawn Код:
new plname[MAX_PLAYER_NAME], string[64];
GetPlayerName(playerid,plname,sizeof(plname));
format(string, sizeof(string), "* %s have chosen a Kevlar Vest!",plname);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);