Need help with robbery text
#1

robbery system.jpg

How do i make my robbery system like that? (TEXT)

Mine is an dialog atm .. I want it to countdown aswell
Reply
#2

GameTextForPlayer
CountDown
Reply
#3

pawn Код:
format(string,sizeof(string),"Time left: %d", YourTimeCountVariableHere);
GameTextForPlayer(playerid, string, 3000, 3);
Reply
#4

Quote:
Originally Posted by Infinity90
Посмотреть сообщение
pawn Код:
format(string,sizeof(string),"Time left: %d", YourTimeCountVariableHere);
GameTextForPlayer(playerid, string, 3000, 3);
Did it like this

pawn Код:
format(string,sizeof(string),"Robbing Otto's Cars.\nFinish Robbery in: %d.\nDont move from the checkpoint.",RobbingOtto[playerid]);
GameTextForPlayer(playerid, string, 3000, 3);
But its not working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)