Updatebox not working when vehicle respawns
#1

When the objective vehicle respawns, it isn't giving the update box:S

pawn Код:
ublic OnVehicleSpawn(vehicleid)
{
  new string[256];
    if (vehicleid == ObjectiveVehicle)
    {
    KillTimer(hulp);
        format (string, sizeof(string), "%s", carrespawn);
        TextDrawSetString (updatebox, string);
    hulp = SetTimer ("DestroyInfobox", 3000, false);
  }
    return 1;
}
Reply
#2

TextDrawShowForPlayer(playerid,YourTextdrawname,);

Did you use this.?


Reply
#3

Oh lol, Thanks Didn't think of it dumb me
Reply
#4

Quote:
Originally Posted by ReteLikker
Oh lol, Thanks Didn't think of it dumb me

np
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)