check for stunt
#1

Hello,

i have a few questions

im making a stunt server, i dont want this server to be like all the servers.
im busy with developing a level system, that if the player does stunts he ccan get to a higher level

now my question is is there any function tht can detect if the user is doing a stunt.

i already thought of the difference of height when a car jumps but that didnt work? anyone help>
Reply
#2

i have found

Код:
EnableStuntBonus(1)
now but i still can't check if the user has done a stunt.

this is the situation, i want to give the player experience when he does stunts. so he can increase level how to do?
Reply
#3

pawn Код:
EnableStuntBonus(1)
You could disable server side money and calculate how much are they getting. This is a bad idea though.
Reply
#4

That's not real good idea but thx anyway. Isnt there a function like PlayerDoStunt
so I could do this
Код:
 if (PlayerDoLoops==1) {
GivePlayerMoney(playerid,1900);
print("stunt experience awarded +250");
stuntexperience+250;
}
Код:
is that possible?
Reply
#5

Bring Up My Post
Reply
#6

I dont really think it is possible to check if a player did a loop.
So then the anwer to your question would be no.

[Doppeyy
Reply
#7

not with any stunt? omg that is really gonna suck up my server....
what i can do, is to make a custom value for money.

so i disable server money as said earlier. But i make my own money value, so there still is money.
Reply
#8

Quote:
Originally Posted by Coltragon
not with any stunt? omg that is really gonna suck up my server....
what i can do, is to make a custom value for money.

so i disable server money as said earlier. But i make my own money value, so there still is money.
But their is no way to check if a player on a ramp or something.
If you are a verry good scripter i think you could make something like that.
But now its not possible.

[Doppeyy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)