SA-MP Forums Archive
Suggestions for 0.3.8 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Suggestions for 0.3.8 (/showthread.php?tid=644127)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


Re: Suggestions for 0.3.8 - Andre02 - 10.11.2017

SetObjectSize(objectid, objectsize) - Gives the possibility to resize objects (smaller or larger) than the original. (Would give some more creativity for custom made maps, specially on Roleplay servers)

SetGameSpeed(gamespeed = 1.0 as default) / SetPlayerGameSpeed(playerid, gamespeed) - Game speed changer.
1 = Normal speed
<1 = Slow-Mo
>1 = Fast


SetPlayerWaterImage(ImagePath) / SetWaterImage(ImagePath) / SetSkyImage(ImagePath) / SetPlayerSkyImage(ImagePath) - Ability to change/replace the sky and water's look with an image (METEOR SHOWEEEER, LAVAAAAA)

ToggleObjectCollision(objectid, true/false) - Ability to change either an object's collision is on or not, if false the player can go through the object (Good for Race DM maps)

https://sampwiki.blast.hk/wiki/DisableRe...icleCollisions - Give the ability to disable unoccupied vehicles collisions too. When 2 or more players are on the same spot and vehicle are switched or spawned at the same time, (mostly racing servers) cars will collide.


Re: Suggestions for 0.3.8 - IstuntmanI - 10.11.2017

Another thing, not directly related to 0.3.8 (server sided mods), but hopefully it can be made as a quick fix: https://sampforum.blast.hk/showthread.php?pid=3953185#pid3953185 . This can be very annoying.


Re: Suggestions for 0.3.8 - wallee - 10.11.2017

- no Z limit limit for planes / helicopters / jetpacks


Re: Suggestions for 0.3.8 - JokeyL - 10.11.2017

SetPlayerCheckpoint(playerid, Float: x, Float:y, Float:z, Float: size, color);

SetPlayerRaceCheckpoint(playerid, type, Float: x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float: size, color);

TogglePlayerHUD(playerid, bool:toggle);



- Custom vehicle handlings
- Custom weapon stats
- Custom fonts in textdraws/gametexts



Re: Suggestions for 0.3.8 - Eoussama - 10.11.2017

Quote:
Originally Posted by JokeyL
Посмотреть сообщение
TogglePlayerHUD(playerid, bool:toggle);

[/B]
It would be better if we had more control over what to hide/show considering the HUD.

TogglePlayerHUD(playerid, bool:toggle, element_id);
element_id : HUD_HEALTH_BAR, HUD_ARMOR_BAR, HUD_CLOCK, HUD_RADAR..


... - RazorGuigo - 10.11.2017

DELETED


Re: Will SA-MP problems be fixed? - Romz - 10.11.2017

especially a bug with the removal of buildings, really want to be quickly fixed.


Really very irritating, VERY VERY VERY! - RazorGuigo - 10.11.2017

Quote:
Originally Posted by Romz
Посмотреть сообщение
especially a bug with the removal of buildings, really want to be quickly fixed.
Yes, this problem is very difficult, I already gave several suggestions and ideas on how to revovler this bug, but whenever I say that in a topic is deleted -.


- RazorGuigo - 10.11.2017

Probably this is the samp update, longer to have one next, but will we continue having old problems?

Quote:
EDIT, news topics:
BUGS: PROBLEMS:
Quote:

if I remember more things, I bring them, and whoever knows more would be useful to say them

PHP код:
5422
5779
5856
6400
5340
13028
16500
7707
7891
5061
5056
5020
16773
17566
17951
10558
10150
18553
1508
1980
3294
16775
3352
3354
4084
5043
5302
7927
7930
7931
8378
8948
9093
9099
9625
9823
10149
10154
10182
10246
10575
10671
11102
11313
11319
11327
11416
13188
13187
13817
16501
16637 



Re: Suggestions for 0.3.8 - AbyssMorgan - 10.11.2017

Add:
PHP код:
SetPlayerVisibleInScoreboard(playerid,toggle);
GetVehicleWeaponRotation(vehicleid, &Float:rX, &Float:rY); 



Re: Suggestions for 0.3.8 - nieXpro - 10.11.2017

Код:
- Rgb support for colors of vehicles and headlights.
- Read the folder contents of the players (OnPlayerFilePath) - For Cleo and S()beit
- Change the size of objects.
- Server-side music opening.
- Web browser support.
- Check to be AFK players.
- Riding as passenger vehicles, weapons for players to detecting synchronization.
- Add advanced cheating protection.
- Must precede a blur effect.
These features are translated using a translation. It may be error, I'm sorry.


Re: Suggestions for 0.3.8 - zugg48 - 10.11.2017

Native object replacement function. Could be ReplaceModel(modelid, "dff", "txd").

You can use AddSimpleModel, but depends on the RemoveBuildingForPlayer function, instead of simple object reeplacement.


Re: Suggestions for 0.3.8 - Saddin - 10.11.2017

Kalcor, some players on some servers abuse F4 button which returns them to class selection.

Example: On some RPG servers when PD freeze someone and starts leading them to jail, that suspect player press F4 and he just get away without jail punishment.

Also maybe server owners could "lock" some general sa-mp commands for other players (like /save, /interior and so on...)


Re: Suggestions for 0.3.8 - IllidanS4 - 10.11.2017

Quote:
Originally Posted by Saddin
Посмотреть сообщение
Kalcor, some players on some servers abuse F4 button which returns them to class selection.

Example: On some RPG servers when PD freeze someone and starts leading them to jail, that suspect player press F4 and he just get away without jail punishment.

Also maybe server owners could "lock" some general sa-mp commands for other players (like /save, /interior and so on...)
That's the issue for the server owner. Also disabling /save or /interior is not really useful nor desirable.


Re: My suggestions for 0.3.8 - IllidanS4 - 11.11.2017

Previous post.

9) Ability to reference in-game models and textures in artconfig.txt

Some objects may have the perfect model and texture in the game, but they have e.g. dynamic flags, explosions etc. attached to them. Being able to use AddSimpleModel to specify a model that uses in-game dff or txd (i.e. not downloaded) would be great.


Re: Suggestions for 0.3.8 - mSyx - 11.11.2017

Quote:
Originally Posted by TwisT3R
Посмотреть сообщение
- being able to check if a player is currently writing a message in the chatbox (even displaying it with an icon like the afk one)
I was about to suggest this, but then I saw someone else did. Hopefully this will be done.
Kye, thank you for your great work.


Re: Suggestions for 0.3.8 - Sanady - 11.11.2017

Quote:
Originally Posted by Ahmad45123
Посмотреть сообщение
CEF would be v cool
CEF would be awsome, also with Shader system...


Re: Suggestions for 0.3.8 - GTLS - 11.11.2017

Quote:
Originally Posted by Codeah
Посмотреть сообщение
Checking if a player is flying is already possible by using the MapAndreas plugin.

So are "custom radios", you can just set up an online radio and use PlayAudioStreamForPlayer.

About the VOIP, i'd say that I wouldnt really be against it, as long as you can enable and disable it. But I doubt it will be added
No you probably miss understood about Custom Radio what I means was a faction radio((/r)) or a walkie talkie System with Vioce Chat. using SendClientVoiceMessage or something. ****** provides TextToSpeach and SpeachToText API's for free.


Re: Suggestions for 0.3.8 - NeverKnow - 11.11.2017

- SetVehicleRotation(vehicleid, X, Y, Z).
- Able to toggle Object collision. (also when its attached to vehicle).
- Able to resize Object size. (also when its attached to vehicle).
- Able to Detect which keys are pressed (example "i" to open inventory).
- IsPlayerESC(playerid).


Re: Suggestions for 0.3.8 - Romz - 12.11.2017

Add a function to hide transport from the radar and maps.
Код:
ToggleVehicleMarker(vehicleid, bool:toggle);