23.07.2010, 23:24
Hey guys, I have this command
I want to do it like /setmode [gamemodename]
How to do this? :P
thanks
pawn Код:
if(strcmp(cmd, "/setmode", true) == 0) {
SendRconCommand("changemode lvdm");
return 1;
}
How to do this? :P
thanks