20.07.2010, 19:53
Can someone make me a custom function like this?
TextDrawHideForPlayerEx(playerid, TextDrawID, Time);
parameters
playerid- the id of the player
TextDrawID- the id of the textdraw
Time- time in miliseconds
Let's say there's a textdraw called "Text:WelcomeMessage" and I want to hide it in 5 seconds I would do
TextDrawHideForPlayerEx(playerid, Text:WelcomeMessage, 5000);
Please?
TextDrawHideForPlayerEx(playerid, TextDrawID, Time);
parameters
playerid- the id of the player
TextDrawID- the id of the textdraw
Time- time in miliseconds
Let's say there's a textdraw called "Text:WelcomeMessage" and I want to hide it in 5 seconds I would do
TextDrawHideForPlayerEx(playerid, Text:WelcomeMessage, 5000);
Please?