03.09.2011, 12:57
(
Последний раз редактировалось knackworst; 03.09.2011 в 13:39.
)
hi, I'm making taxi missions for my server, but I have a question and a problem....
first the first question:
FIXED
______________________________________-
My second question, has nothing to do with this mission thing, but I do not want to make a double topic...
so is there a possibility to call a self made function, under a callback? like
onplayerspawn
{
startminigame();
}
and then i can use somewhere in my script:
public startminigame();
is that possible? cuz I find it quiet stupid to make a timer of 1 second to call a selfmade callback...
__________________________________________________ _________________________
my problem:
if u look back at my mission script, u can see there's a textdraw wich should show up when a player enters the checkpoint, but when I enter the checkpoint I get the clientmessages and stuff, but no textdraw :/
__________________________________________________ ___________________________
thank you
first the first question:
FIXED
______________________________________-
My second question, has nothing to do with this mission thing, but I do not want to make a double topic...
so is there a possibility to call a self made function, under a callback? like
onplayerspawn
{
startminigame();
}
and then i can use somewhere in my script:
public startminigame();
is that possible? cuz I find it quiet stupid to make a timer of 1 second to call a selfmade callback...
__________________________________________________ _________________________
my problem:
if u look back at my mission script, u can see there's a textdraw wich should show up when a player enters the checkpoint, but when I enter the checkpoint I get the clientmessages and stuff, but no textdraw :/
__________________________________________________ ___________________________
thank you