26.11.2012, 02:05
I've edited the code as good as i can to be like the one on that page.
Still gives same error.
Код:
new string[128]; new vhealth = GetVehicleHealth(vehicleid); new phealth = GetPlayerHealth(playerid); if(newstate == PLAYER_STATE_DRIVER) { format(string,sizeof(string), "Health: %.3d Vehicle health: .4%d", phealth, vhealth); } else { format(string,sizeof(string), "Health: %.3d", phealth); } TextDrawShowForPlayer(playerid, string);