16.12.2013, 23:19
Someone can teach me how to build a textdraw command with time, I mean I'm trying to do when someone is typing wrong command, it will show at the screen textdraw " You have typed wrong command " for expiremental time, of 25 seconds? I tried alot of hours to get it, but didn't success, please can someone help me out?
I made the textdraw already, could someone import it into a timer?
Example: If I'll write /blabla and it doesn't include within the gamemode, it will show me the textdraw above for 25secs
I made the textdraw already, could someone import it into a timer?
Код:
Textdraw0 = CreatePlayerTextDraw(playerid,172.000000, 403.000000, "You cannot use this command"); PlayerTextDrawBackgroundColor(playerid,Textdraw0, 255); PlayerTextDrawFont(playerid,Textdraw0, 2); PlayerTextDrawLetterSize(playerid,Textdraw0, 0.390000, 1.600000); PlayerTextDrawColor(playerid,Textdraw0, -1); PlayerTextDrawSetOutline(playerid,Textdraw0, 1); PlayerTextDrawSetProportional(playerid,Textdraw0, 1); PlayerTextDrawSetSelectable(playerid,Textdraw0, 0);