Code not applying as expected
#1

FIRST PROBLEM SOLVED

SECOND PROBLEM SOLVED

Third one.. How to IP Ban someone using Y_INI system?
Reply
#2

bump
Reply
#3

pawn Код:
RemovePlayerFromVehicle
?
Reply
#4

To prevent him from entering the vehicle, do you have any solutions for the three questions?
Reply
#5

No. I don't understand your code on the first one. Why are asking if(IsReclassed[playerid] == 0) on player death? Wouldn't it be set to 1 in order to charge money?

Why not just put this directly into the command?
pawn Код:
new mrand =random(10000);
format(string,sizeof(string),"[HOSPITAL] The hospital has charged you %d$ for their medical services.",mrand);
SendClientMessage(playerid,COLOR_RED,string);
GivePlayerMoney(playerid,-mrand);
Reply
#6

I make it if(IsReclassed = 1) Then the player has used /reclass so it doesn't charge medical fees.
and also with removing it at all, not working.
Reply
#7

I don't understand...

WHAT is not working? Explain please.
Reply
#8

Quote:

The error is that the Hospital Charges stopped working.. anyone?

here..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)