[Help]Choosing for the next gamemode
#5

pawn Код:
if(strcmp(cmd, "/changemode", true) == 0) {
if (strlen(gm)==0) {
SendClientMessage(playerid, COLOR_COLOR, "Usage: /changemode [gamemode_name]");
return 1;
}
new gm[120];
new string[120];
format(string, 120, "changemode %s", gm);
SendRconCommand(string);
return 1;
}
Try this
Reply


Messages In This Thread
[Help]Choosing for the next gamemode - by MinZ|Spark - 17.03.2010, 14:37
Re: [Help]Choosing for the next gamemode - by MinZ|Spark - 17.03.2010, 15:13
Re: [Help]Choosing for the next gamemode - by andrewp - 17.03.2010, 15:13
Re: [Help]Choosing for the next gamemode - by MinZ|Spark - 17.03.2010, 15:30
Re: [Help]Choosing for the next gamemode - by Jakku - 17.03.2010, 15:34
Re: [Help]Choosing for the next gamemode - by MinZ|Spark - 17.03.2010, 15:37
Re: [Help]Choosing for the next gamemode - by aircombat - 17.03.2010, 17:23
Re: [Help]Choosing for the next gamemode - by MinZ|Spark - 18.03.2010, 01:08
Re: [Help]Choosing for the next gamemode - by XGh0stz - 18.03.2010, 02:14

Forum Jump:


Users browsing this thread: 7 Guest(s)