Admin 250 Health Script
#1

We'll we have all played San Andreas before and everyone knows your health increases in that game, it increases to the Maximum of 250 Health and you can increas your armor up to 150 by doing 15 vigilante missions so im just asking if someone knows a pawn script that makes admins have 250 health and 150 armor then please share, i really need this for my server. i have been looking for this type of script and i cant find it./
i know gamer x server has the script that gives admins 250 health and 150 armor but i dont think they would share it with me, so thats why im asking so if anyone has this script PLEASE SHARE. i need this for my server
Reply
#2

pawn Код:
SetPlayerHealth(playerid, 250);
SetPlayerArmor(playerid, 150);
You want it like this?

#Edit#: :P
Reply
#3

Well, you could just make:

pawn Код:
SetPlayerHealth(playerid, 250);
pawn Код:
SetPlayerArmour(playerid, 150);
The red line wouldnt increase, but you have 250hp.
How to make this longer, i donґt know.

Greetz

[edit] exitus was 45 secs faster. O.O
Reply
#4

will this work for only admins or all players cos i need one thats only for admins
Reply
#5

ohh and if so where should i insert this pawn code?
Reply
#6

As a command. Or on OnPlayerConnect

You can make it on your own, or shall i make it?

Reply
#7

pawn Код:
if(strcmp(cmdtext, "/Adminhealth", true, sizeof(cmdtext))==0)
{
if(IsPlayerAdmin(playerid)
{
SetPlayerHealth(playerid, 250);
SetPlayerArmor(playerid, 150);
}
}
maybe smth like this.
Reply
#8

a commands would be cool but i wouldnt mind both , thanks guys you are a big help
would have took me years to do this on my own lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)