30.09.2009, 04:43
Most likely its because you added:
After:
Which makes "/BeginCeremony1" outside of the "OnPlayerCommandText", so just remove..:
after "/BeginCeremony" and it should work..
Hope this fixes it.
Код:
return 0; }
Код:
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"); }
Код:
return 0; }
Hope this fixes it.
- s0nic