25.02.2015, 10:52
Hi there, I am wondering how I would..how should I say
Que a GameText to show after 1 has finished.
So in this case, I am making a Gas Station script
RefuelingVehicleTimer[playerid] = SetTimerEx("ReFill", 1000, true, "ii", playerid, RefuelingVehicleSlot);
GameTextForPlayer(playerid, "~w~Fueling up...", 2000, 3);
But I would like another GameText to show after that one has finished after the 2000...
I have tried the Wiki, I tried searching but I had no luck or maybe I was looking in the wrong place.
I am going to feel so bad if this is simple so please do not judge me based on my scripting knowledge
Que a GameText to show after 1 has finished.
So in this case, I am making a Gas Station script
RefuelingVehicleTimer[playerid] = SetTimerEx("ReFill", 1000, true, "ii", playerid, RefuelingVehicleSlot);
GameTextForPlayer(playerid, "~w~Fueling up...", 2000, 3);
But I would like another GameText to show after that one has finished after the 2000...
I have tried the Wiki, I tried searching but I had no luck or maybe I was looking in the wrong place.
I am going to feel so bad if this is simple so please do not judge me based on my scripting knowledge