Re: Suggestions for 0.3.8 -
T-N-Z - 18.11.2017
I made these suggestions before, but here, let's try again.
- Enable CJ Clothing.
- Sync Satchel Charge, it won't work if player is not streamed nearby.
- Sync Heatseeker Rocket Launcher. It dosen't follow anything. (WeaponID: 36)
- Fix OnVehicleRespray not getting called when player uses Paint Spray.
- Disable all camera CULL zones, or atleast the ones in SF Doherty Garage and Harry Plum's.
- Add callback that gets called when player uses shops like Burger Shot, Ammu-Nation, Paint Spray, Vending Machines etc. Usefull for servers that uses server sided money.
- Add callback that detects players who attempted stunt jumps. Usefull for servers that uses server sided money.
- Add a function to enable or disable specific garages. I know it's mappable, but it can cause crashes.
- Add more functions to detect aimbots, since it's ruining DM community.
- EnableUnoccupiedVehicleDamage(true/false); I know it's scriptable, however, granades, rocket missles won't give any damage and it's buggy as hell.
Re: Suggestions for 0.3.8 -
wallee - 18.11.2017
- model previews in dialogs (yes i know there's an include out there, but it would be much faster and nicer looking if it was done natively)
... very useful for player inventories
Re: Suggestions for 0.3.8 -
IllidanS4 - 18.11.2017
Quote:
Originally Posted by adri1
RemoveBuildingForPlayer(playerid, worldid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius)
|
That makes no sense. Either you want to remove a building for a world, or a player.
Re: Suggestions for 0.3.8 -
beckzy - 20.11.2017
Quote:
Originally Posted by Kar
Add a function to disable casino games...
|
You can already do this. Simply remove the game object from the map and re-add it.
Quote:
Originally Posted by T-N-Z
- Enable CJ Clothing.
|
Probably too much work.
Quote:
Originally Posted by T-N-Z
- Sync Satchel Charge, it won't work if player is not streamed nearby.
|
Yes please!
Quote:
Originally Posted by T-N-Z
- Sync Heatseeker Rocket Launcher. It dosen't follow anything. (WeaponID: 36)
|
That'd be difficult.
Quote:
Originally Posted by T-N-Z
- Fix OnVehicleRespray not getting called when player uses Paint Spray.
|
Vehicles aren't resprayed in pay'n'sprays.
Quote:
Originally Posted by T-N-Z
- Disable all camera CULL zones, or atleast the ones in SF Doherty Garage and Harry Plum's.
|
SF Doherty garage would be nice. Who the fuck is Harry Plum? Lol.
Quote:
Originally Posted by T-N-Z
- Add callback that gets called when player uses shops like Burger Shot, Ammu-Nation, Paint Spray, Vending Machines etc. Usefull for servers that uses server sided money.
|
OnPlayerMoney and OnPlayerWeapon were discussed years ago, but were never added. It would be nice though.
Quote:
Originally Posted by T-N-Z
- Add callback that detects players who attempted stunt jumps. Usefull for servers that uses server sided money.
|
OnPlayerMoney would cover this.
Quote:
Originally Posted by T-N-Z
- Add a function to enable or disable specific garages. I know it's mappable, but it can cause crashes.
|
http://forum.sa-mp.com/showpost.php?...7&postcount=11
Quote:
Originally Posted by T-N-Z
- Add more functions to detect aimbots, since it's ruining DM community.
|
+1 , although it might take too long to achieve
Quote:
Originally Posted by T-N-Z
- EnableUnoccupiedVehicleDamage(true/false); I know it's scriptable, however, granades, rocket missles won't give any damage and it's buggy as hell.
|
-1 , it would cause a lot of lag (i think)
Re: Suggestions for 0.3.8 -
Beryllium - 20.11.2017
Quote:
Originally Posted by Rehasher
My suggestion is the ability to add server-side sounds that can be pre-loaded in the
- Ability to store the models on a remote server, so there's less stress on your server for downloading the files.
|
This well help a lot for the server owners and the players.
There are much needed suggestions, But this may late the release of 0.3.8 Client.
Re: Suggestions for 0.3.8 -
beckzy - 20.11.2017
It would be nice to toggle camera mode in spectate mode
Re: Suggestions for 0.3.8 -
OKStyle - 20.11.2017
Quote:
Originally Posted by BeckzyBoi
Vehicles aren't resprayed in pay'n'sprays
|
... if you created them with colors. But if you use -1 for color - p'n's works fine.
Re: Suggestions for 0.3.8 -
beckzy - 20.11.2017
Quote:
Originally Posted by OKStyle
... if you created them with colors. But if you use -1 for color - p'n's works fine.
|
Really? I didn't know that. -1 isn't a valid color though and shouldn't really be used - unless you want your vehicle colors to be desynced.
Re: Suggestions for 0.3.8 -
Codeah - 20.11.2017
In the
SHA256 PassHash function
Please add a
salt_pos argument instead of appending the salt to the back of the password. Due to this storing the salt in the same database next to the password hash would be quite useless.
Re: Suggestions for 0.3.8 -
10MIN - 20.11.2017
@codeah you can do this with strins (
https://sampwiki.blast.hk/wiki/Strins)
Add ability to add custom textdraw sprites.
Re: Suggestions for 0.3.8 -
Codeah - 20.11.2017
Quote:
Originally Posted by 10MIN
|
I know it is, but it'd be better if it were directly implemented into the function itself.
Re: Suggestions for 0.3.8 -
Yashas - 20.11.2017
OnVehicleGivenDamage
OnVehicleTakeDamage
Re: Suggestions for 0.3.8 -
Saddin - 20.11.2017
Functions from plugin SA-MP+
Changing hud elements from gta sa and
changing visibility of SA-MP chat for cinematic modes!
PHP код:
native ToggleHUDComponentForPlayer(playerid, componentid, bool:toggle);
PHP код:
HUD_COMPONENT_ALL
HUD_COMPONENT_AMMO
HUD_COMPONENT_WEAPON
HUD_COMPONENT_HEALTH
HUD_COMPONENT_BREATH
HUD_COMPONENT_ARMOUR
HUD_COMPONENT_MINIMAP
HUD_COMPONENT_CROSSHAIR
HUD_COMPONENT_MONEY
HUD_COMPONENT_CHAT
Changing radio stations in vehicle.
PHP код:
native SetRadioStationForPlayer(playerid, stationid);
PHP код:
RADIO_PLAYBACKFM
RADIO_KROSE
RADIO_KDST
RADIO_BOUNCEFM
RADIO_SFUR
RADIO_LOSSANTOS
RADIO_RADIOX
RADIO_CSR
RADIO_KJAHWEST
RADIO_MASTERSOUNDS
RADIO_WCTR
RADIO_UTP
RADIO_OFF
Color of hud elements:
PHP код:
native SetPlayerHUDComponentColour(playerid, componentid, colour);
PHP код:
HUD_COLOUR_MONEY_POSITIVE
HUD_COLOUR_MONEY_NEGATIVE
HUD_COLOUR_ARMOUR
HUD_COLOUR_HEALTH
HUD_COLOUR_BREATH
HUD_COLOUR_AMMO
HUD_COLOUR_WANTED_LEVEL
HUD_COLOUR_RADIO_TUNED
HUD_COLOUR_RADIO_UNTUNED
Other suggestions from general board
https://sampforum.blast.hk/showthread.php?tid=302201
- all from the first post
Re: Suggestions for 0.3.8 -
AbyssMorgan - 20.11.2017
Quote:
Originally Posted by GuyYahood1
IsPlayerESC! Pleaseeee !!!
|
YSF Plugin -> IsPlayerAFK
Re: Suggestions for 0.3.8 -
OKStyle - 20.11.2017
VVars (GetVVar..., SetVVar...) for vehicles.
Re: Suggestions for 0.3.8 -
StrikerZ - 20.11.2017
Fix g bug
Re: Suggestions for 0.3.8 -
FrankFrankson - 20.11.2017
GangZoneSetPos pls, it'll be very useful for many projects and it's not that hard to implement tho
Re: Suggestions for 0.3.8 -
AbyssMorgan - 20.11.2017
Quote:
Originally Posted by Sunehildeep
Fix g bug
|
What is wrong ?
Re: Suggestions for 0.3.8 -
La.x.eL - 20.11.2017
Actors:
Код:
PutActorInVehicle(actorid, vehicleid, seatid)
RemoveActorFromVehicle(actorid)
Re: Suggestions for 0.3.8 -
Abagail - 20.11.2017
Ultimate thing for me would be cullzone editing. It is much lesser change than offering server wide models (in terms of straying away from the theme of the game) and could have great effect. This includes eliminating rain from shelters/mapping in interior 0, etc. Would be awesome.