14.04.2018, 18:00
this code gives me that error.
That is error:
That is code:
That is error:
PHP код:
error 035: argument type mismatch (argument 2)1 Error.
PHP код:
new Float:health;
GetPlayerHealth(playerid,Float:health);
format(health,sizeof(health),"%f",health);
new Text3D:PlayerLabel2 = Create3DTextLabel(health, -1, 0.0, 0.0, 40.0, 20.0, 0, 1);
Attach3DTextLabelToPlayer(PlayerLabel2, playerid, 0.0, 0.0, 0.1);