05.12.2010, 14:25
Well try something like this
new carid = CreateVehicle(model, X, Y, Z, A, color1, color2, 62*120000);
the carid its the keys , when someone buy the car you just need to make something like this
playerinfo[playerid][key1] = carid;
then you just need make checks for everything in your script and i can gurante the keys will match
new carid = CreateVehicle(model, X, Y, Z, A, color1, color2, 62*120000);
the carid its the keys , when someone buy the car you just need to make something like this
playerinfo[playerid][key1] = carid;
then you just need make checks for everything in your script and i can gurante the keys will match