01.02.2018, 13:20
Let's assume that you're using player textdraws.
If not. Then you're probably trying to hiding the wrong textdraw.
PHP код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
PlayerTextDrawHide(playerid, speed[playerid]);
PlayerTextDrawDestroy(playerid, speed[playerid]);
return 1;
}