18.09.2013, 18:05
Hi!
I'm a little bit stuck with my script, I'm making a bomb system...
But I haven't got a solution for: When you buy a bomb
I use: BombUse[playerid]=1;
What's that named.. I don't remember..
But when you should use the command, you can use it even if you haven't bought the bomb..
Because I can't make it just with (prevent):
Because it has to allow to use it if you have actually bought a bomb.
BombUse[playerid]=1;
BombUse[playerid]=0;
Well I don't know more about that function if there are any more callback or
what it's named, for it..
So are the any more function for this ^...
If you get what I mean...
I'm a little bit stuck with my script, I'm making a bomb system...
But I haven't got a solution for: When you buy a bomb
I use: BombUse[playerid]=1;
What's that named.. I don't remember..
But when you should use the command, you can use it even if you haven't bought the bomb..
Because I can't make it just with (prevent):
Because it has to allow to use it if you have actually bought a bomb.
BombUse[playerid]=1;
BombUse[playerid]=0;
Well I don't know more about that function if there are any more callback or
what it's named, for it..
So are the any more function for this ^...
If you get what I mean...