14.04.2012, 00:57
Hey girls/guys, I need a little help. I used samp_debug and I launched the debugger and I used /save to save the locations of the vehicles I created. Could someone help me interpret the line of code.
AddStaticVehicle(596,1600.9492,-1684.1520,5.6125,89.4547,0,1); // LSPD-01
From my understanding...
AddStaticVehicle = Adds a vehicle into the game
596 = The vehicle ID
// LSPD-01 = The description I saved it as.
I'm not sure what the other stuff means, could someone help me please? Thanks!
AddStaticVehicle(596,1600.9492,-1684.1520,5.6125,89.4547,0,1); // LSPD-01
From my understanding...
AddStaticVehicle = Adds a vehicle into the game
596 = The vehicle ID
// LSPD-01 = The description I saved it as.
I'm not sure what the other stuff means, could someone help me please? Thanks!