SA-MP Forums Archive
Suggestions for future SA:MP updates - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Suggestions for future SA:MP updates (/showthread.php?tid=302201)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47


Respuesta: Suggestions for future SA:MP updates - Leon9741 - 25.07.2015

GetPlayerDistanceFromGround(playerid);

example:

pawn Код:
#define fly_distance 30

new debug_anticheat_fly[MAX_PLAYERS];

public anticheat_fly(playerid)
{
     new distance = GetPlayerDistanceFromGround(playerid);

     if(distance > fly_distance && debug_anticheat_fly[playerid] <= distance) //The player is flying and not falling
     {
          Ban(playerid);
     }
     else { debug_anticheat_fly[playerid] = distance; }
}



Re: Respuesta: Suggestions for future SA:MP updates - Orsini24 - 25.07.2015

Quote:
Originally Posted by Leon9741
Посмотреть сообщение
GetPlayerDistanceFromGround(playerid);

example:

pawn Код:
#define fly_distance 30

new debug_anticheat_fly[MAX_PLAYERS];

public anticheat_fly(playerid)
{
     new distance = GetPlayerDistanceFromGround(playerid);

     if(distance > fly_distance && debug_anticheat_fly[playerid] <= distance) //The player is flying and not falling
     {
          Ban(playerid);
     }
     else { debug_anticheat_fly[playerid] = distance; }
}
Use Map Andreas plugin


Re: Suggestions for future SA:MP updates - GWMPT - 25.07.2015

Having a 64bit version of the server side executables would be nice.


Re: Suggestions for future SA:MP updates - Quattro2007 - 25.07.2015

Add a clock with real / unreal time. With the ability to choose and to accept the right size.




Re: Suggestions for future SA:MP updates - Crayder - 25.07.2015

Quote:
Originally Posted by Quattro2007
Посмотреть сообщение
Add a clock with real / unreal time. With the ability to choose and to accept the right size.

Textdraws. Make your own.

You could even go in the GTA scripts and take their clock position if you wanted it to look exactly alike.


Re: Suggestions for future SA:MP updates - SickAttack - 25.07.2015

Quote:
Originally Posted by Quattro2007
Посмотреть сообщение
Add a clock with real / unreal time. With the ability to choose and to accept the right size.

Some people don't use it either, so you are better off making your own.


Re: Suggestions for future SA:MP updates - Romz - 27.07.2015

Please add the function:


Re: Suggestions for future SA:MP updates - Dairyll - 27.07.2015

Quote:
Originally Posted by GWMPT
Посмотреть сообщение
Having a 64bit version of the server side executables would be nice.
Don't 32bit executables work on 64bit anyways?


Re: Suggestions for future SA:MP updates - KingHual - 27.07.2015

Quote:
Originally Posted by Dairyll
Посмотреть сообщение
Don't 32bit executables work on 64bit anyways?
The layer of compatibility has a performance overhead.


Re: Suggestions for future SA:MP updates - Alex Magaсa - 04.08.2015

I want to suggest:
Dynamic Skins
* Able to set custom skin limit (MAX_SKIN)
* Able to have unlimited skins
That's all, i know skins doesn't affect SAMP gameplay at all.


Re: Suggestions for future SA:MP updates - Abagail - 04.08.2015

Quote:
Originally Posted by Kolstin
Посмотреть сообщение
Please add the function:
Why would you need to make an actor(that doesn't move) controllable?


AW: Suggestions for future SA:MP updates - Infra - 04.08.2015




Re: Suggestions for future SA:MP updates - Saddin - 07.08.2015

Adding map icons, pictures as .png format or i dont know. To add icons to map radar, so we can have more unique stuff. That would be great


Re: Suggestions for future SA:MP updates - Battlezone - 07.08.2015

Detect players-objects-vehicles collisioń this will make samp 4x better


Re: Suggestions for future SA:MP updates - adik311 - 22.08.2015

Add coronas: http://img2.wikia.nocookie.net/__cb2...A-gameplay.jpg


Re: Suggestions for future SA:MP updates - BGTrucker - 23.08.2015

Quote:
Originally Posted by adik311
Посмотреть сообщение
I was thinking of the other coronas used for collecting with air vehicles but these will be useful too.I am really wondering why coronas arent added in general.

EDIT:these are the coronas I am talking about



Re: Suggestions for future SA:MP updates - Sew_Sumi - 23.08.2015

Quote:
Originally Posted by BGTrucker
Посмотреть сообщение
I was thinking of the other coronas used for collecting with air vehicles but these will be useful too.I am really wondering why coronas arent added in general.

EDIT:these are the coronas I am talking about
https://sampwiki.blast.hk/wiki/SetPlayerRaceCheckpoint

Quote:

type Type of checkpoint.0-Normal, 1-Finish, 2-Nothing(Only the checkpoint without anything on it), 3-Air normal, 4-Air finish




Re: Suggestions for future SA:MP updates - Cookland - 23.08.2015

Quote:
Originally Posted by BGTrucker
Посмотреть сообщение
I was thinking of the other coronas used for collecting with air vehicles but these will be useful too.I am really wondering why coronas arent added in general.

EDIT:these are the coronas I am talking about
If I'm not mistaken, these are already usable.


Re: Suggestions for future SA:MP updates - BGTrucker - 23.08.2015

Then mistake was mine.


Re: Suggestions for future SA:MP updates - thaKing - 23.08.2015

Make enter-able houses and in-wall atm.