10.07.2011, 16:38
How to make a /(n)ext command?
Actually im making a /next command, and i want they can use also /n instead of /next. How is that possible?
Actually im making a /next command, and i want they can use also /n instead of /next. How is that possible?
pawn Код:
if (strcmp("/next", cmdtext, true, 6) == 0)
{
print("blablabla")'
return 1;
}