script help
#1

got it nvm thanks
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)