30.04.2014, 17:07
Hi Guys can someone make this functionable. like when i kill someone it does'nt add automaticlly it will add after you die well i want is to make it Automaticlly added without dying.
This is My Script
This is My Script
Код:
public OnPlayerUpdate (playerid) { TextDrawShowForPlayer(playerid, Rank1[playerid]); new str[200]; format(str, sizeof(str),"~W~SCR:~y~%d~n~~w~K:~y~%d ~w~D:~y~%d", GetPlayerScore(playerid),PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths]); TextDrawSetString(Rank1[playerid], str); } return 1; }