21.06.2010, 18:32
hi, I have a little problem with my script..
I was making random death messages for my server..
So i wasn't realy sure what to do.
So i done this
But it didn't work
Anyone no whats wrong?
Xtreme
I was making random death messages for my server..
So i wasn't realy sure what to do.
So i done this
Код:
public OnPlayerDeath(playerid, killerid, reason) { switch(reason) { case 0: GameTextForPlayer(playerid,"~W~lol You got owned!",4000,1); case 1: GameTextForPlayer(playerid,"~R~hahah you died!!!",4000,0); case 2: GameTextForPlayer(playerid,"~w~ WASTED!",4000,2); } return 1; }
Anyone no whats wrong?
Xtreme