22.01.2010, 16:34
What do you exactly want?
An example of the Print function:
An example of the Print function:
Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0) { print("You're text here."); return 1; }