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

Error:
C:\Users\9903286\Desktop\Server\gamemodes\CNR.pwn( 5026) : error 035: argument type mismatch (argument 2)

Lines involving error:
Код:
    new Float: phealth;
	new Float: vhealth;
	vhealth = GetVehicleHealth(vehicleid);
	phealth = GetPlayerHealth(playerid);
and
Код:
    new string[128];
    if(newstate == PLAYER_STATE_DRIVER) {
		format(string,sizeof(string), "Health: %d% Vehicle health: %d%", phealth, vhealth);
	} else {
		format(string,sizeof(string), "Health: %d%", phealth);
	}
	TextDrawShowForPlayer(playerid, string);
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: 1 Guest(s)