Textdraw help?
#1

Can someone give me the script with shows like

Score [GetPlayerScore] Kills [Kills] Deaths [Deaths] Money [GetPlayerMoney]

That shows like at buttom of the screen?

Thanks
Reply
#2

Do you have Register/Login system witch save Data?
Reply
#3

pawn Код:
new string[128];
format(string,sizeof(string),"Kill %d Deaths %d Money %d",KillsVariable,DeathsVariable,GetPlayerMoney(playerid));
TextDrawSetString(textdrawid,string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)