Damage System Bug
#1

Hey guys can someone help me fix my damage system i don't know what's wrong with it but it just don't work, If you're available and got time to help me, Let's go test it on my server and i'll show you what's not working, Please :/
Reply
#2

What's wrong?
Reply
#3

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
What's wrong?
It works inside Paintball Arena but outside no, The damage system supposed to make you go on Injury anim when you reach 10hp or less , But it just don't work, i really what's wrong with it, i can explain it more on my server you can see by yourself please?
Reply
#4

Whats Wrong?
Reply
#5

Quote:
Originally Posted by Pearson
Посмотреть сообщение
Whats Wrong?
When you reach the Hp limit i set to it, it doesn't gets activated you don't go on an injury state you keep loosing health untill you die
Reply
#6

Show me your script.
Reply
#7

Quote:
Originally Posted by Pearson
Посмотреть сообщение
Show me your script.
http://pastebin.com/ZRwNzB21

It works inside Paintball Arena but not ouside of it :/
Reply
#8

You Should, Make Something This. When Player Starts playing on paintball.
PHP код:
//// IN NEWS
new playingpaintball[MAX_PLAYERS];
////WHEN PLAYERS STARTS PAINTBALL 
playingpaintball[playerid] = 1;
if(
playingpaintball[playerid] == 1)
{
///// YOUR SCRIPT
}
if(
playingpaintball[playerid] == 0)
{
////////////// YOUR SCRIPT
}
///// WHEN PLAYER FINISH PLAYING PAINTBALL 
playingpaintball[playerid] == 0
Reply
#9

Quote:
Originally Posted by Pearson
Посмотреть сообщение
You Should, Make Something This. When Player Starts playing on paintball.
PHP код:
//// IN NEWS
new playingpaintball[MAX_PLAYERS];
////WHEN PLAYERS STARTS PAINTBALL 
playingpaintball[playerid] = 1;
if(
playingpaintball[playerid] == 1)
{
///// YOUR SCRIPT
}
if(
playingpaintball[playerid] == 0)
{
////////////// YOUR SCRIPT
}
///// WHEN PLAYER FINISH PLAYING PAINTBALL 
playingpaintball[playerid] == 0
No no you didn't understand me, It's working inside paintball , It's not working outside of it, i mean when you are having a roleplay shootout you just get damaged and killed you don't get into the injured state
Reply
#10

Quote:
Originally Posted by Pearson
Посмотреть сообщение
You Should, Make Something This. When Player Starts playing on paintball.
PHP код:
//// IN NEWS
new playingpaintball[MAX_PLAYERS];
////WHEN PLAYERS STARTS PAINTBALL 
playingpaintball[playerid] = 1;
if(
playingpaintball[playerid] == 1)
{
///// YOUR SCRIPT
}
if(
playingpaintball[playerid] == 0)
{
////////////// YOUR SCRIPT
}
///// WHEN PLAYER FINISH PLAYING PAINTBALL 
playingpaintball[playerid] == 0
Can you come to my server you might understand me very well then please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)