04.05.2014, 20:32
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_SPECTATING)
{
new string[64];
format(string,sizeof(string),"~n~~n~~n~~n~~n~~n~~n~~n~n~~r~Health:%d Money:%d", PlayerInfo[playerid][pHealth], PlayerInfo[playerid][pMoney]);
GameTextForPlayer(playerid, string,1000, 3);
}
+rep for helping me