[HELP]/leave Command to disable everything
#1

Hello all , i have a /minigundm cmd , /kart1 cmd , and /dm cmd ..
So , i want something that will make player Send MSG if he is in /minigundm and if he types , /dm , he must get a msg /leave to join !

MinigunDM codes
Quote:

CMD:minigundm(playerid, params[])
{

new Random = random(sizeof(RandomSpawns));
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
SetPlayerPos(playerid, RandomSpawns[Random][0], RandomSpawns[Random][1], RandomSpawns[Random][2]);
SetPlayerFacingAngle(playerid, RandomSpawns[Random][3]);
GivePlayerWeapon(playerid,38 ,10000);
return 1;
}

And he can't type any other cmd ..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)