12.06.2012, 15:48
Sup , Im working on Raven RP , and im trying to make poeple own 3 cars instead of 2 So im almost done but i got this little problem lines:
if(PlayerInfo[playerid][pPcarkey] != 9999) { PlayerInfo[playerid][pPcarkey2] = car; }
How do i put a second Pcarkey3 Into this If i do it It gives me 28 errors so how i do it like this:
if(PlayerInfo[playerid][pPcarkey] != 9999) { PlayerInfo[playerid][pPcarkey2] = car; { PlayerInfo[playerid][pPcarkey3] = car; }
Is that right? pls help me
if(PlayerInfo[playerid][pPcarkey] != 9999) { PlayerInfo[playerid][pPcarkey2] = car; }
How do i put a second Pcarkey3 Into this If i do it It gives me 28 errors so how i do it like this:
if(PlayerInfo[playerid][pPcarkey] != 9999) { PlayerInfo[playerid][pPcarkey2] = car; { PlayerInfo[playerid][pPcarkey3] = car; }
Is that right? pls help me