Suggestions For Future Sa:MP Versions.

Make that if you put NPC in interior or virtual world -1, it will appear in all virtual worlds/interiors.
Reply

Quote:
Originally Posted by Sergei
Посмотреть сообщение
Make that if you put NPC in interior or virtual world -1, it will appear in all virtual worlds/interiors.
This is a must have IMO. Would save us all from connecting 50 extra NPCs just to have them standing in different virtual worlds but same interiors (ammunation clerks, etc.).
Reply

Add please something like cnps plugin...
It will be cool to control bots!
To make them shoot, run, drive, fly ... etc
I always wanted to make admin's guard
Make them run to admin, shot at players, who shoot at admin), to give them miniguns, put them in vehicle, where admin sit...


sorry for bad english.
Reply

hmm i just get idea: if user enter wrong server password he can change it in game where right now come wrong password.
Reply

Quote:
Originally Posted by whitedragon
Посмотреть сообщение
hmm i just get idea: if user enter wrong server password he can change it in game where right now come wrong password.
Or it should check the server pass BEFORE you connect to the server
Reply

Make the server able to manipulate handling.cfg.

Prolly have been suggested before, but meh.

Edit: oh oh, and SetPlayerGravity .
Reply

I think if is possible to make cars to can explode
Like real if i shoot a car with a gun to explode
Reply

if it's possible

- able to download the texture and paste it on Board in game
Reply

instead of downloading custom objects individually for each player that wants to see them, when they join the server, it downloads it for them.

or some kind of possible system like that
Reply

Disabling CLEO
The bold text says it. Just when GTA SA is being start as MP, don't run CLEO (idk how, maybe with blocking a plugin?) - It could prevent alot of abuse.
Reply

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
Disabling CLEO
The bold text says it. Just when GTA SA is being start as MP, don't run CLEO (idk how, maybe with blocking a plugin?) - It could prevent alot of abuse.
Point, but some people like me like the ELM mod, but with the new SA-MP features we can create our own ELM mod using script features, so this would be a valid argument and i second this
Reply

Easy to block it. When you set the directory for installing SAMP, after it is set have it check for any file with CLEO in it and close the game if they join into a game and say something like "Please remove any CLEO folders from your GTA SA directory before playing."
Reply

Quote:
Originally Posted by [NoV]LaZ
Посмотреть сообщение
Zero, Kendl Johnson, Salvatore Leon, Emmet, Guppy, Su Xi Mu, Ran Fa Li, Johnny Sindaco, Maria Letore(not sure) and I think there are more.

Don't forget Big Bear
Reply

New pickup types? seriously, 14 is the only one in vehicle and it falls through server sided objects,

wiki doesnt list pickup types 6 7 9 10 16 17 18 20 21 pickup types, are they planned for later versions?

ig, there needs to be a static pickup which exists all the time, and is pickupable.
all the pickups have some kind of fault?
maybe some future ones with vehicles, and without faults

pawn Код:
OnPlayerExitVehicle(playerid, vehicleid, seatid, reason);
reason example, fell off, for bikes?
car jacked
died
etc
Reply

LockVehicleDoor(vehicleid, doorid, lock)

for locking single doors
there the best would be if you can't exit the vehicle if you're sitting at this door
good for cop cars for example so that the subjects have not to be freezed.
Reply

Detection of the F-Keys in order to detect a possible usage of ***** [you know, the popular cheating tool]
Reply

You mean Alt + F4?
better would be, as suggested too much, detection of ANY key
pawn Код:
if(PressedKey(playerid) == "E")
//OR
if(PressedKey(playerid, "E") == true)

//OR!

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys, keyname[])
{
    if(strfind(keyname, "O") != -1) { SendClientMessageEx(playerid, 0xFFFFFFFF, "You Pressed 'O'"); }
}
So that keyname would include the keynames
example: i press U, R and F:
pawn Код:
keyname == "URF"
F1, Alt and stuff have to be saved with [] then (as [ALT] or [F1])
pawn Код:
keyname == "URF[Alt]P[F8]"
etc ...

but then serverowners could script keyloggers :O
Reply

Loading/Downloading Custom objects from servers and custom player models (IDEA FROM Garrys Mod)

It'll be really cool if that was there.
Reply

Quote:
Originally Posted by ToPhrESH
Посмотреть сообщение
Don't forget Big Bear
Most of those skins aren't used in game, just in cutscenes and that might be a problem if you'd use one of those skins to jump or crouch; you might crash because they weren't designed to do that.
Reply

A function to check the size of players custom.img in bytes.
GetPlayerImageSize(playerid);

Example:

Quote:

if(GetPlayerImageSize(playerid) != 191284213)
{
SendClientMessage(playerid,COLOR_SAMP,"Please visit our Forum to download the newest Mod's");
}
else
{
SendClientMessage(playerid,COLOR_SAMP,"There is no Update");
}

Reply


Forum Jump:


Users browsing this thread: 15 Guest(s)