07-12-2013, 04:21 AM
Are you sure you have the arguments alright? The command handler callbacks take only two arguments, the first one is the split command, the second one is the cPlayer. Your function has more args and mixed up.
Secondly, to compare strings, you need to put them in quotes properly:
Secondly, to compare strings, you need to put them in quotes properly:
if (Split[2] == "creeper")