*** This title is not descriptive - ******
#4

I've edited the code as good as i can to be like the one on that page.
Код:
    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);
Still gives same error.
Reply


Messages In This Thread
*** This title is not descriptive - ****** - by 9903286 - 26.11.2012, 01:36
Re: Help with script error! - by Scenario - 26.11.2012, 01:50
Re: Help with script error! - by 9903286 - 26.11.2012, 01:52
Re: Help with script error! - by 9903286 - 26.11.2012, 02:05
Re: Help with script error! - by Scenario - 26.11.2012, 02:37
Re: Help with script error! - by 9903286 - 26.11.2012, 02:41
Re: *** This title is not descriptive - ****** - by Intoxicated - 26.11.2012, 19:25
Re: Help with script error! - by Vince - 26.11.2012, 19:30
Re: Help with script error! - by Scenario - 26.11.2012, 20:04

Forum Jump:


Users browsing this thread: 2 Guest(s)