Armour Question -
Kostas' - 26.10.2011
Is it possible to disable buying Armour from Ammunations.
I have seen at servers when you are inside the Ammunation, there is a Checkpoint and buy weapons from it.Any idea how to disable weapons from Ammunations. Also, I want AntiCheat for Armour Hack, and whoever buy Armour from Ammunation, may players got ban.
Re: Armour Question -
|_ⒾⓇⓄN_ⒹⓄG_| - 26.10.2011
make ur own system to ammunation
with same weapons and the others things.
just dont put the armour ofc lol
checkpoint + the menu = same thing
Re: Armour Question -
GAMER_PS2 - 26.10.2011
use streamer to create checkpoints. more easier.
Re: Armour Question -
Kostas' - 26.10.2011
I will try to make it. Also, about the armour that buying from the ammunation's Bot, any way to remove armour there.
Re: Armour Question -
[Diablo] - 26.10.2011
pawn Код:
DisableInteriorEnterExits();
this will remove all the cp's + the bots.
Re: Armour Question -
|_ⒾⓇⓄN_ⒹⓄG_| - 26.10.2011
Quote:
Originally Posted by [Diablo]
pawn Код:
DisableInteriorEnterExits();
this will remove all the cp's + the bots.
|
that's to disable to interiors, he just want to disable the armour!
Re: Armour Question -
GAMER_PS2 - 26.10.2011
@Diablo Your Fail
Re: Armour Question -
Kostas' - 26.10.2011
Diablo, first of all it's
pawn Код:
DisableInteriorEnterExits();
Then, I want to getin on the Interior, and make the checkpoints inside the Ammunation. I just don't want players buy from the bot at Ammunation. I have seen at server that it is disable, but I don't know how
Re: Armour Question -
[Diablo] - 26.10.2011
[quote=Kostas';1483563]Diablo, first of all it's
pawn Код:
DisableInteriorEnterExits();
and what did i wrote?
Quote:
Originally Posted by GAMER_PS2
@Diablo Your Fail
|
explain?
Re: Armour Question -
Kostas' - 26.10.2011
Quote:
Originally Posted by [Diablo]
and what did i wrote?
|
You wrote Exists instead of Exits. Anyway, get to the point. I never make checkpoints, so this is my first effort.
And I think it's a little dificult for first time, and it needs time to make Interiors again. Maybe you could explain me how, if you have time.
Quote:
Originally Posted by Ely
Make your own checkpoint and menu put all the same stuff in just without armour and make a timer for every 10seconds and check if they have armour
Ellie
|
How can I check if someone has armour. Also, can I make it if someone has armour, to reset it, or set it to 0
Quote:
Originally Posted by GAMER_PS2
@Ely i think he is asking for how to disable the single player checkpoint and avoid buying from that Bot Suck.
i think i starting to get the answer hmm... well i will find a function for this one. i think i see this before.
|
Well, I want something to disable armour from the Ammunation Bot. Whatever way is, I don't have problem.
EDIT: As Ellie said, I make it and works
pawn Код:
public OnPlayerUpdate(playerid)
{
new Float:armour;
GetPlayerArmour(playerid, armour);
if(armour > 0.0)
{
SetPlayerArmour(playerid, 0);
}
return 1;
}
Regards,