Armour Question
#1

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.
Reply
#2

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
Reply
#3

use streamer to create checkpoints. more easier.
Reply
#4

I will try to make it. Also, about the armour that buying from the ammunation's Bot, any way to remove armour there.
Reply
#5

pawn Код:
DisableInteriorEnterExits();
this will remove all the cp's + the bots.
Reply
#6

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!
Reply
#7

@Diablo Your Fail
Reply
#8

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
Reply
#9

[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?
Reply
#10

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,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)