Insurance bugged
#2

You made a condition to check if the player already have an insurance, that would set him an insurance - thats an issue.
ex. change:
Код:
if(PlayerInfo[playerid][pInsurance] == 2)
to:
Код:
if(PlayerInfo[playerid][pInsurance] != 2)
Reply


Messages In This Thread
Insurance bugged - by TitoRayne - 07.04.2018, 14:32
Re: Insurance bugged - by ranme15 - 07.04.2018, 15:12

Forum Jump:


Users browsing this thread: 1 Guest(s)