Search Results
Quote: Originally Posted by GoldenLion Hey man, I'll see what I can do with it tomorrow, I promise you. I've got more time on weekends. Oh, Okay! I didn't want to message you incase yo...
77
Quote: Originally Posted by azzerking Information Your probably not resetting a variable or are loading the wrong data, it might be that your saving the objects into the same file or data...
77
Howdy. I recently downloaded this filterscript to attach and edit weapons on your character. It saves the coordinates, however it goes like this: Player A edits their coords and logs out, Player B lo...
77
Download a script and start looking at all of the functions. A simple gamemode such as a freeroam script will help you start off with spawning cars, making classes, spawning weapons, etc. I started of...
154
Awesome! Exactly what I've been looking for. Are you able to make the weapons save to a file?
8,185
pawn Code: public OnGameModeInit(){    // Put this under OnGamemodeInit()    AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow weapons.    return 1;}
80
Last question, How would I be able to make a command such as /lastdriver to actually see who was in the vehicle?
99
Howdy, Does anyone know how I can create a script to detect the previous driver of a vehicle? I've been trying and I just haven't gotten it. Thanks
99
Perhaps you can give me an example?
104
Howdy. I was wondering how I would be able to make it so people would only be allowed to hold 1 sidearm, 1 heavy and 1 melee weapon and restrict them from obtaining anymore. Thanks.
104
Howdy! I'm having a problem with my shooting system and was wondering how I can fix it. Anytime I shoot an object that is not "TrainTarget[0]", It still gives me the message, although I only want it t...
65
Thanks. I'll take a look at the codes in those threads. EDIT: Wow lol, I've finally done it, I've missed a bit of information from those threads. Thank you so much!
80
Visit the Typing Test and try! so slow lol
1,283
Well its in the title, I've been trying to save weapon skills for the last few hours, although it doesn't seem to be working out for me. I've tried many of the filterscripts the forums had to offer as...
80
Howdy! I was wondering if you guys know how I can place a different player than myself into a vehicle, such as /detain [ID] [Seatid] on roleplay servers. Thank you in advance!
66