GameTextForPlayer
#1

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
Reply
#2

Create a timer of 2000 milliseconds and display another GameTextForPlayer.
Reply
#3

Ok what you can do is initiate a new timer after showing the gametextforplayer in the timer function set the timers interval to 2000 or so?

Keep it for day 2500 so its ... 2.5s initiated after first timer

OffTopic: damn kel you are fast ._.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)