Page 1 of 1

updateText

Posted: September 11th, 2018, 11:45 am
by wbty
1.
updateText not working for me, there are no error in log. Beside that, I think there is missing playerId param since is drawText created for playerId.

Should be:

Code: Select all

updateText(playerId, textId, string, rgba)
Am I wrong?

2.

Code: Select all

        if(string.sub(text, 1, 7) == "/fixveh") then
		local carid = getPlayerDriving(playerid)
		setVehicleEngineHp(carid,1000)
	end
	
	gives: API Error: Invalid setVehicleEngineHp params

Re: updateText

Posted: September 12th, 2018, 3:18 pm
by Armelin
We released another update for updateText, also both functions had their params updated on the Wiki. Thanks alot.