26.11.2012, 01:36
Error:
C:\Users\9903286\Desktop\Server\gamemodes\CNR.pwn( 5026) : error 035: argument type mismatch (argument 2)
Lines involving error:
and
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);
Код:
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);


