- เครดิต
- 9
- ความรู้
-
- เงิน $
-
- ความดี
-
|
public UpdatetdInfo(playerid)
{
if(gPlayerLogged[playerid] != 0)
{
new string[256],
Point = PlayerInfo[playerid][pPShop],
level = PlayerInfo[playerid][pLevel],
ping = GetPlayerPing(playerid),
Float:Health, Float:Armor;
GetPlayerHealth(playerid, Health);
GetPlayerArmour(playerid, Armor);
format(string,sizeof(string),"_________________________________________~w~%bGTA %bDARG %bTHAILAND SS5
TextDrawSetString(TdInfo[playerid],string);
TextDrawShowForPlayer(playerid,TdInfo[playerid]); |
|