Posts: 174
Threads: 48
Joined: Feb 2010
Reputation:
0
How can i make a command like '/startevent', then it appears on everyones screen
'An event has been started, type /joinevent to join it'. Then everyone TPes to your position.
I already got a /startevent command, but when peopels join, they only see black.
I would appericate it higly if anyone could help me.
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
Set the players to the same interior as you are and they shouldn't see black.
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
Okay, simply add the interior to the enum and add it when the admin does /setpos.
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
Why don't you fix your script by yourself. I wouldn't give out a script that has a bug I know about.
Posts: 2,938
Threads: 162
Joined: May 2010
lol what up with all the tag mismatchs
Posts: 1,954
Threads: 79
Joined: Aug 2009
Reputation:
0
What do you mean? Compiles fine for me.
Posts: 2,938
Threads: 162
Joined: May 2010
i added it to my gm for a test i use zcmd i put it under public OnPlayerCommandReceived(playerid, cmdtext[])
{
return 1;
}
and tag mismatchs like crazy xD
or was i surpose to put it under public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
return success;
}
[edit] i put it there and still mismatchs o.o i'll just conver tto zcmd