script help
#2

Most likely its because you added:
Код:
	return 0;
}
After:
Код:
	if (strcmp("/BeginCeremony", cmdtext, true, 10) == 0)
	{
		SendClientMessageToAll (0xAFAFAFAA,"The Ceremony Begins");
		SendClientMessageToAll (0xAFAFAFAA,"The Ceremony Begins");
		SendClientMessageToAll (0xAFAFAFAA,"The Ceremony Begins");
		SendClientMessageToAll (0xAFAFAFAA,"The Ceremony Begins");
		
	}
Which makes "/BeginCeremony1" outside of the "OnPlayerCommandText", so just remove..:
Код:
	return 0;
}
after "/BeginCeremony" and it should work..
Hope this fixes it.
  • s0nic
Reply


Messages In This Thread
Close Please - by Nathan_Tavares - 30.09.2009, 00:07
Re: script help - by s0nic - 30.09.2009, 04:43

Forum Jump:


Users browsing this thread: 1 Guest(s)