Name color change after death.
#1

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?
Reply
#2

OnPlayerDeath:

Код:
SetPlayerColor(playerid,COLOR_ORANGE);
Code of life.
Reply
#3

Cool, I am new, what is the color code for orange?
Reply
#4

under 'OnPlayerDeath'

pawn Код:
SetPlayerColor(playerid, 0xFF8000AA);
SendClientMessage(playerid, 0xFFFFFFAA, "You have turned into a Zombie!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)