CMD:veh with a 3D Textdraw
#2

the way I'd do it is :
PHP код:
CreatedCars[MAX_PLAYERS][50];
vehicle3Dtext[MAX_PLAYERS][50];
CreatedCars[playerid][iIterator] = CreateVehicle(iVehiclefVehPos[0], fVehPos[1], fVehPos[2], fVehPos[3], iColors[0], iColors[1], -1);
vehicle3Dtext[playerid][iIterator] = Create3DTextLabel"ADMIN SPAWNED CAR"0xFF0000AA0.00.00.050.00);
Attach3DTextLabelToVehiclevehicle3Dtext[playerid][iIterator] , CreatedCars0.00.02.0); 
Try to pull out my idea from that, not trying to play puzzle but I have no idea what vars you are using. Just use a double array so you have each player can have 50 cars to spawn,
Reply


Messages In This Thread
CMD:acar with a 3D Textdraw - by kevannkw - 05.03.2015, 19:22
Re : CMD:veh with a 3D Textdraw - by Golimad - 05.03.2015, 19:28
Re: CMD:veh with a 3D Textdraw - by kevannkw - 05.03.2015, 20:03
Re : CMD:veh with a 3D Textdraw - by Golimad - 05.03.2015, 20:11
Re: CMD:veh with a 3D Textdraw - by kevannkw - 05.03.2015, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)