20.05.2011, 23:54
I'm not sure about this.
But what I feel is wrong that you have the chat command under main()
It should be under a function named public OnPlayerText(playerid, text[])
And why do you make a command that just returns 1; ? It's like, making a command that exists, but does not do anything at all?
But what I feel is wrong that you have the chat command under main()
It should be under a function named public OnPlayerText(playerid, text[])
And why do you make a command that just returns 1; ? It's like, making a command that exists, but does not do anything at all?