Objects attached to cars, cmds to delete them and stuff.
#5

I understand now.
And If I wanna create and remove different objects from vehicles I'm in, should I add
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
    spoiler[playerid][vehicleid] = CreateObject(1000,0,0,0,0,0,0);
Should I add [vehicleid]? even in ..
pawn Код:
new spoiler[MAX_PLAYERS][vehicleid];
//or maybe it's
new spoiler[MAX_PLAYERS][MAX_VEHICLES]; //???
Thanks.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)