Quote:
Originally Posted by GangstaSunny
I recommend to use GameTextForPlayer do to this.
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
GameTextForPlayer(killerid, "+1000$ and +1 Score", 1000, 4);
return 1;
}
Visit https://sampwiki.blast.hk/wiki/GameTextStyle for all GameTextStyles.
|
Well Thank you but how i can do is as textdraw and timer?