Problem with buy able car and public.
#4

pawn Код:
else if(PlayerInfo[playerid][pPcarkey2] != 9999) { PlayerInfo[playerid][pPcarkey2] = car; }
I'll assume that carkey equal 9999 is empty slot. So you need to check if
pawn Код:
else if(PlayerInfo[playerid][pPcarkey2] == 9999) { PlayerInfo[playerid][pPcarkey2] = car; }
(same for 1 and 3)
Reply


Messages In This Thread
Problem with buy able car and public. - by Don_Cage - 18.03.2013, 16:47
Re: Problem with buy able car and public. - by Misiur - 18.03.2013, 16:48
Re: Problem with buy able car and public. - by Don_Cage - 18.03.2013, 16:57
Re: Problem with buy able car and public. - by Misiur - 18.03.2013, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)