05.06.2010, 03:34
I am working on a zombie outbreak script, and I want the players name color to change to orange after death, and a message saying "You are now a zombie!", can I get some help?
SetPlayerColor(playerid,COLOR_ORANGE);
SetPlayerColor(playerid, 0xFF8000AA);
SendClientMessage(playerid, 0xFFFFFFAA, "You have turned into a Zombie!");