19.03.2015, 11:35
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
And he can't type any other 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; } |