SA-MP Forums Archive
Suggestions For Future Sa:MP Versions. - 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 Versions. (/showthread.php?tid=102997)

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


Re: Suggestions For Future Sa:MP Versions. - BloodyEric - 04.12.2010

Add a "radio" parameter to SetVehicleParamsEx, which enables/disables the default San Andreas Radio when entering a car.


Re: Suggestions For Future Sa:MP Versions. - willsuckformoney - 05.12.2010

Since they made them totally new objects, I don't see why its no problem to make animals. Cats, Dogs, Bears etc.


Re: Suggestions For Future Sa:MP Versions. - [HLF]Southclaw - 05.12.2010

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
Since they made them totally new objects, I don't see why its no problem to make animals. Cats, Dogs, Bears etc.
Don't forget bunnies


Re: Suggestions For Future Sa:MP Versions. - selten98 - 05.12.2010

AddObjectToWeapon(playerid, weaponid, objectid)

What can this be used for: Sniper rifle with laser, m4 with laser, m4 with SILENCER (this still has to be added than though)


Re: Suggestions For Future Sa:MP Versions. - cepiokas - 05.12.2010

IsPlayerWriting(playerid);

returns true if player pressed T or returns false if player isn't enabled writing box ( T ).


Re: Suggestions For Future Sa:MP Versions. - xReNx - 05.12.2010

Block custom ped.ifp and unlock modify timecyc.dat


Re: [Suggestion] SA-MP Cookies. - Joe Staff - 07.12.2010

Saving information on a client's computer is simply unneccessary and potentially dangerous. Keeping things on the server guarantees a client's safety.


Re: [Suggestion] SA-MP Cookies. - dengli - 07.12.2010

there was a plugin can do this,but it isn't update now,you can find that in the plugin forum.


Re: Suggestions For Future Sa:MP Versions. - knutzor - 07.12.2010

I know that all the grass and vegetation was disabled a long time ago to avoid sync problems, but Letting users toggle it "on or off" on their own risk would be nice.
I think i saw it enabled on some 0.3 beta screens or videos a long time ago, but when it finally got released there was no grass or nature details fixed to my disappointment. the only reasons I care are that when i drive off-road around in the forest some rocks are not where they are supposed to be, and the game doesn't look as good as it should. maybe this is something that can finally be added to SA MP 0.3c?


Re: [Suggestion] SA-MP Cookies. - Finn - 07.12.2010

If you're too lazy to include these things in your database, maybe you should think of not creating a gamemode at all.


Re: [Suggestion] SA-MP Cookies. - DVDK - 07.12.2010

No, just make it yourself.


Re : Suggestions For Future Sa:MP Versions. - Sweet_49 - 07.12.2010

Syncronise the color between 128 and 142, there are some cool color like orange and a special green

Sorry for my bad english


Re: Suggestions For Future Sa:MP Versions. - Giacomand - 07.12.2010

If you read what I said then it wouldn't sound so bad.

The most the cookie would be like is like the config file in our User Files.


pagesize=20
timestamp=0
disableheadmove=0

Plus I doubt anyone would be stupid enough to keep important data in the cookies. Plus fuck the people who look down on anyone, idiotically, when they see a little flaw without reading the whole fucking post.


Re: Suggestions For Future Sa:MP Versions. - Bessensap - 07.12.2010

Somebody's got a temper


Re: Suggestions For Future Sa:MP Versions. - __ - 07.12.2010

Quote:
Originally Posted by Giacomand
Посмотреть сообщение
If you read what I said then it wouldn't sound so bad.

The most the cookie would be like is like the config file in our User Files.


pagesize=20
timestamp=0
disableheadmove=0

Plus I doubt anyone would be stupid enough to keep important data in the cookies. Plus fuck the people who look down on anyone, idiotically, when they see a little flaw without reading the whole fucking post.
We all read your post. You're confusing the fact that there are noobs here who misuse functions inappropriately on a regular basis without having a full understanding of the system(s). I fail to see why Kalcor should go through the hassle of implementing this feature. It's useless and can already be done more securely.


Re: Suggestions For Future Sa:MP Versions. - TheHoodRat - 08.12.2010

Enable driving/flying/motorcycle school.

Enable the Area 51 lights/SAM sights.

Sync nightvision/thermal goggles.

Try to add the plane with the 4 rockets under it (in the mission N.O.E).


Re: Suggestions For Future Sa:MP Versions. - Jakku - 08.12.2010

OnPlayerExitVehicle should be also called when someone hijacks the vehicle


Re: Suggestions For Future Sa:MP Versions. - HACKHERS - 08.12.2010

HDD Ban i think


Re: Suggestions For Future Sa:MP Versions. - [03]Garsino - 09.12.2010

An optional third button for dialogs.


Re: Suggestions For Future Sa:MP Versions. - RSX - 09.12.2010

Quote:
Originally Posted by HACKHERS
Посмотреть сообщение
HDD Ban i think
Feel so smart... ?


Could really please you make something like - *.img archiver server-side, which uploads to client and fills up in the empty spaces of samp.IDE and then only starts the game. And it does it somewhat like this:
pawn Код:
public OnClientPrecache(playerid) // Network avg speed could be useful in case of returning too slow networks.
{
    return 1; // Let's the client to pass further.
    return 0; // Returns something like "Client precache has failed.%s" where %s is info about precache data.
}
The main problem in this would be at archiving. You may need a lot of parameters to make it work, and you should make it almost impossible to be corrupt 1. Hash check (such as MD5 signature) 2.Making it as simple and yet predefined as a pawno function. Client first recieves MD5 of img file, then gets the addictional file content(generated by the same archiver. So that it's not just a plain attack to client.) and then downloads, compares, and gets ingame. MD5 should be used for checking if it matches server version, to not download the same thing over and over. I think this is a stable idea, Yet only may need a powerful server, or it may soon need an hosting server possibility.