patrickvbbh Posted January 5, 2008 Share Posted January 5, 2008 Hi, is there a list somewhere where i can find all the commands usable on freeroam? Link to comment
Kemeros Posted January 5, 2008 Share Posted January 5, 2008 Would be useful.... because we are getting slaughtered in there lol. the only one i know is: /createvehicle followed by a space and the id of the car... lile 435 wich is a trailer.... not that useful lol... Kemeros Link to comment
patrickvbbh Posted January 5, 2008 Author Share Posted January 5, 2008 Would be useful.... because we are getting slaughtered in there lol.the only one i know is: /createvehicle followed by a space and the id of the car... lile 435 wich is a trailer.... not that useful lol... Kemeros Createvehicle works with names too , and the only upgrades i know are 1087 for lowriding and 1010 for nitro (addupgrade (number) ) and setcolor off course, but thats all i know. Btw: spawn a police and get in and out off it: youll get a shotgun Link to comment
Maximusje Posted January 6, 2008 Share Posted January 6, 2008 /listclothes [0-17] (or /clotheslist, one of the two is correct) to show you a list of clothes CJ can get. /addclothes [number of the list of clothes] [clothes id] to give CJ some proper clothes ^^. /setskin [id, 8-264] Change the skin of CJ. Downside is that other skins cant wear the various clothes. /jetpack Gives you a jetpack or removes your jetpack I don't know if these commands are in all servers, but these are in one server! BTW: I have found a way to enter the RC Baron when created. I won't tell you how yet, because the confusion of people in servers is so funny . Link to comment
bossyboy Posted January 6, 2008 Share Posted January 6, 2008 I found this in the script: kill, jetpack, setstat ID VALUE, setstyle ID, setskin ID, listclothes TYPE, addclothes TYPE TEXTURE MODEL, removeclothes TYPE, setcash AMOUNT, armor, reatevehicle ID/NAME [PLATE], repair, setcolor [iD ID ID ID], checkupgrades, addupgrade ID, removeupgrade ID, setpaintjob ID, attachtrailer TRAILERID [VEHICLEID], flip, lights (l), lock (k), settime HH MM, setweather ID, blendweather ID. I'm not saying these are in every mode, but these are some i found. Link to comment
patrickvbbh Posted January 6, 2008 Author Share Posted January 6, 2008 I found this in the script: kill, jetpack, setstat ID VALUE, setstyle ID, setskin ID, listclothes TYPE, addclothes TYPE TEXTURE MODEL, removeclothes TYPE, setcash AMOUNT, armor, reatevehicle ID/NAME [PLATE], repair, setcolor [iD ID ID ID], checkupgrades, addupgrade ID, removeupgrade ID, setpaintjob ID, attachtrailer TRAILERID [VEHICLEID], flip, lights (l), lock (k), settime HH MM, setweather ID, blendweather ID. I'm not saying these are in every mode, but these are some i found. So to create a vehicle with a cool plate i type: /createvehicle infernus Pokol is that right? Link to comment
FireBlood Posted January 8, 2008 Share Posted January 8, 2008 So to create a vehicle with a cool plate i type: /createvehicle infernus Pokol is that right? eh, try it? Link to comment
Kemeros Posted January 8, 2008 Share Posted January 8, 2008 tried it ... works like a charm Kemeros Link to comment
heavy air Posted February 2, 2008 Share Posted February 2, 2008 easiest way to find commands is to look in the ctvdebug file in the resource go to the directory where u installed mta server then \mods\deathmatch\resources best freeroam i know is broph open the archive with winrar and open the ctvdebug.lua file at the bottom is (commands) | | | -- addCommandHandler ( "output", outputOnLoad ) -- addCommandHandler ( "commands", consoleCommands ) addCommandHandler ( "createpickup", createpkup ) addCommandHandler ( "createmarker", makemarker ) addCommandHandler ( "setmapname", setmapname ) addCommandHandler ( "removemarkers", removemarkers ) addCommandHandler ( "creategangzone", gangzone ) addCommandHandler ( "removegangzones", remgangzone ) addCommandHandler ( "setgangzoneflashing", gangzoneflashing ) addCommandHandler ( "hp", hplookup ) addCommandHandler ( "tagcolor", tagcolor ) addCommandHandler ( "tagtext", tagtext ) addCommandHandler ( "createobject", createobjectforplayer ) addCommandHandler ( "loc", playerloc ) addCommandHandler ( "locxyz", locationxyz ) addCommandHandler ( "createvehicle", consoleCreateVehicle ) addCommandHandler ( "give", consoleGive ) addCommandHandler ( "warpto", consoleWarpTo ) addCommandHandler ( "settime", consoleSetTime ) addCommandHandler ( "setweather", consoleSetWeather ) addCommandHandler ( "blendweather", consoleBlendWeather ) addCommandHandler ( "setskin", consoleSetSkin ) addCommandHandler ( "listclothes", consoleListClothes ) addCommandHandler ( "addclothes", consoleAddClothes ) addCommandHandler ( "removeclothes", consoleRemoveClothes ) addCommandHandler ( "repair", consoleRepairVehicle ) addCommandHandler ( "setcolor", consoleSetColor ) addCommandHandler ( "checkupgrades", consoleCheckUpgrades ) addCommandHandler ( "addupgrade", consoleAddUpgrade ) addCommandHandler ( "removeupgrade", consoleRemoveUpgrade ) addCommandHandler ( "setpaintjob", consoleSetPaintJob ) addCommandHandler ( "jetpack", consoleJetPack ) addCommandHandler ( "attachtrailer", consoleAttachTrailer ) addCommandHandler ( "setstat", consoleSetStat ) addCommandHandler ( "getpos", consoleGetPosition ) the command is in the quotes "____" if u change these and save the file then update archive u can make them easier eg "jetpack" to "j" "createvehicle" to "cv" u can also bind them to keys in the console eg bind jetpack f5 (might need button first command second) then just press the button to activate (i use jetpack instead of parachute when doing big jumps) hope it helps Link to comment
Mr.hankeyeye Posted February 4, 2008 Share Posted February 4, 2008 for all the mod id's you can go to:Program Files\Rockstar Games\GTA San Andreas\data\maps\veh_mods Link to comment
Recommended Posts