27.07.2009, 16:52
hey i want this to show a text draw i have made if the trailer isent attached to the vehicle but i get a error can anyone correct this? the error is on the "else" line thanks:
Any ideas?. thanks
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
IsTrailerAttachedToVehicle(vehicleid);
{
else
}
TextDrawShowForPlayer(playerid, weburl);
return 1;
}

