Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
Re-Add player objective markers.
Posts: 850
Threads: 73
Joined: Mar 2013
Reputation:
0
Maybe more sound effects?
Posts: 1,276
Threads: 6
Joined: Aug 2014
I would want a OnPlayerStunt callback, if there is one, please link it to me. I want to add a anti-cash cheat but I cannot find a OnPlayerStunt (I don't want to remove stunt awards)
Posts: 79
Threads: 4
Joined: Jan 2014
Reputation:
0
08.05.2015, 11:58
(
Последний раз редактировалось Orma; 08.05.2015 в 13:38.
)
Some general gameplay improvements, specifically related to vehicles.
1. Properly sync the open/closed state of car doors/trunks/hood. Doors don't sync if the car's not streamed for another player and you drive within streaming distance. Among some other things. Also, player positions in rear passengers seats sometimes aren't synced?
2. Add a button to "shuffle" into the next seat to your right/left. The animations already exist in-game, and are used in singleplayer.
3. Make it so that pressing "H" will pull you back into a vehicle after you've initially left it. (drive-by mode)
Can be scripted, but usually results in player not being able to pop out again until they re-enter.
4. Close the relevant car window automatically when someone presses "H" and re-enters a vehicle's seat.
5. Add a hotkey to switch weapons while in a vehicle. Certain servers would need to be able to "skip" certain weapons.
6. Add an option to use motorbike passenger drive-by animations while in a car. This would open/close windows like normal drive-by mode, but keep the player's body inside the car while allowing him to still fire. Rule 4 still applies to this.
7. Add a Vehicle Skill stat. Weapon Skill already exists, so why not this? (Something to do with vehicle sync, maybe?) We are playing a game centralized around stealing cars, after all. :P
8. Server-side handling/weapon.dat and default.ide!!!!
Edit:
9. A way to force the damage state of vehicle components. (Removing/denting doors, windscreen, etc.)
An example would be spawning a vehicle at 100% HP, but with no doors/bumpers/trunk. Really want this one added.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Orma
3. Make it so that pressing "H" will pull you back into a vehicle after you've initially left it. (drive-by mode)
Can be scripted, but usually results in player not being able to pop out again until they re-enter.
|
This is actually in already... The key is F... Whilst the car is moving if you hit f briefly, you'll end up getting back in the window...
Can't see why people aren't knowing of this at all. It's been in for AGES...
Posts: 805
Threads: 75
Joined: Aug 2013
Reputation:
0
Add ability to make custom animations, I mean scripters would be able make animations that can be recorded and then applied on the player and called whenever needed.
This is a bit hard but it will definitely allow more control over peds..
Personally I think that SAMP developement progress would be much more larger by adding new advanced systems, just like any other game
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Orma
I know of F's use, but sometimes you'll be thrown out of the vehicle, and I'm pretty sure once you get back inside via F you can't pop back out until you re-enter the vehicle. IMO it would be much easier to bind this to H and then fix the bug of being stuck inside the vehicle. (Hit H, pop out, hit H again, climb back inside. Repeat :P)
|
You'll be thrown out of the vehicle IF you don't know how to use it properly...
Posts: 6,242
Threads: 8
Joined: Jun 2008
If you tap the F key you go back in, if you hold it too long you fall out.
Remove the ped dialogue that automatically plays when a player runs into another player ("watch where you're going", "look out"). It gets pretty annoying after a while.
Posts: 584
Threads: 51
Joined: Jan 2014
Reputation:
0
Some of you need to remember this is a MULTIPLAYER mod for GTA SAN ANDREAS BASE GAME. Kalcor said it himself.
Anyways, if you want some of these features you're aswell as just making a client launcher and downloading mods to it.
Anyways I'd just like to see some more natives so we don't need to do as much scripting.
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
Remove the army skins camo hat so that we can use other objects (helmets etc) and add the camo texture to one of the hat objects. (I don't think there is a camo texture that matches the army skin currently)
Posts: 3,138
Threads: 71
Joined: May 2008
Reputation:
0
Change FBI logo to FIB. On the skin and on the bage.
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
First person camera option as creating it with PAWN is near impossible to get decent results.