Little Suggestions for SA:MP 0.3
#2

To add more to Suggestion 3, they should make an AttachObjectToVehicle or AttachObjectToPlayerVehicle function (or both) that would let you attach any object to a vehicle with the offsets for x, y and z like AttachObjectToPlayer, so that you could make your own car mods or try to re-create the MTAM Interstate 69 gamemode or whatever else that you can think of.

Also, instead of making another topic about suggestions for SA-MP 0.3, I'll post some of mine in this topic.

Suggestion 1:
SetPlayerWeaponSkillLevel and SetWeaponSkillLevel: Would allow you to set the weapon skill level for the players weapon or for all players weapons so that you could have duel miniguns or a single sawn-off shotgun if you wanted. I know this suggestion is very similar or in fact the same as pLaTaNo first suggestion, but I thought that I should post it anyway.
pawn Code:
native SetPlayerWeaponSkillLevel(playerid, weaponid, skillid);
native SetWeaponSkillLevel(weaponid, skillid);
Suggestion 2:
AttachPlayerObjectToObject and AttachObjectToObject: Would allow you to attach a players object or a global object seen by all players, to another global object so that you could make a ship or something and then move just the main ship object without having to move all the rest of them at the same time. This has already been done on MTAM and there is a video showing a ship that they made and then sunk using AttachObjectToObject with MoveObject to move the main ship object without having to move every object on the ship.
pawn Code:
native AttachPlayerObjectToObject(objectplayer, objectid, attachobjectid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:rX, Float:rY, Float:rZ);
native AttachObjectToObject(objectid, attachobjectid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:rX, Float:rY, Float:rZ);
Suggestion 3:
FireRocketFromVehicle: Would allow you to fire a rocket from a vehicle with the offset x, y and z you set so that you could make a vehicle that cant fire rockets, be able to fire rockets, or so that you could make a hydra or a rhino be able to fire more rockets at once from the place they come from or in a cluster. An example of this function would be the MTAM Interstate 69 gamemode which can be seen by watching the video about it on *******. Although, I don't know if they used a function like this or if they just used pieces of code to create the rocket firing effect.
pawn Code:
native FireRocketFromVehicle(vehicleid, mode, Float:OffsetX, Float:OffsetY, Float:OffsetZ);
Note: I also think that a mode would be a nice addition to a function like this so that you could chose if you want a normal rocket that goes straight or a heat-seeking rocket.

I had some other suggestions but I forgot what they were, so I'll add them to this post if I can remember them. But these are function suggestions that I think people might like if they were on SA-MP 0.3 as they might be very useful.

EDIT: I updated each of my Suggestions to include what I think the natives for the functions would look like and I also added another part to my 3rd Suggestion.
Reply


Messages In This Thread
Little Suggestions for SA:MP 0.3 - by pLaTaNo - 13.10.2007, 20:58
Re: Little Suggestions for SA:MP 0.3 - by [NR]Luke - 15.10.2007, 02:59
Re: Little Suggestions for SA:MP 0.3 - by -Sneaky- - 15.10.2007, 12:37
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 13:09
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 16:48
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 15.10.2007, 19:26
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 19:27
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 15.10.2007, 21:47
Re: Little Suggestions for SA:MP 0.3 - by Gandalf - 15.10.2007, 22:04
Re: Little Suggestions for SA:MP 0.3 - by Towlies - 15.10.2007, 22:26
Re: Little Suggestions for SA:MP 0.3 - by Betamaster - 15.10.2007, 22:36
Re: Little Suggestions for SA:MP 0.3 - by MaTrIx4057 - 16.10.2007, 04:24
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 16.10.2007, 14:56
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 16.10.2007, 16:28
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 16.10.2007, 22:57
Re: Little Suggestions for SA:MP 0.3 - by [NR]Luke - 17.10.2007, 13:28
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 14:05
Re: Little Suggestions for SA:MP 0.3 - by [R6.m]Jony - 17.10.2007, 14:19
Re: Little Suggestions for SA:MP 0.3 - by d4-m4rc0 - 17.10.2007, 14:54
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 15:48
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:16
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 16:25
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:42
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 16:47
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:52
Re: Little Suggestions for SA:MP 0.3 - by pLaTaNo - 17.10.2007, 19:00
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 23:03
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 18.10.2007, 12:03
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 18.10.2007, 12:50
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 18.10.2007, 13:27
Re: Little Suggestions for SA:MP 0.3 - by Grove - 04.11.2007, 11:04
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 04.11.2007, 11:30
Re: Little Suggestions for SA:MP 0.3 - by gothem - 04.11.2007, 13:03
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 04.11.2007, 13:07
Re: Little Suggestions for SA:MP 0.3 - by gothem - 04.11.2007, 13:17
Re: Little Suggestions for SA:MP 0.3 - by Tommy_Vercetty - 04.11.2007, 18:38
Re: Little Suggestions for SA:MP 0.3 - by [SWK]Acid - 04.11.2007, 19:07
Major Modification for SA-MP 0.3 - by Larry - 06.11.2007, 13:41
Re: Little Suggestions for SA:MP 0.3 - by [R6.m]Jony - 06.11.2007, 13:54
Re: Major Modification for SA-MP 0.3 - by BeckzyBoi - 06.11.2007, 13:59
Re: Little Suggestions for SA:MP 0.3 - by !damo!spiderman - 28.03.2008, 06:23
SA-MP CJ IDEA - by BigVerick - 28.03.2008, 11:42
Re: Little Suggestions for SA:MP 0.3 - by mini_tomo_2 - 28.03.2008, 12:24
Re: Little Suggestions for SA:MP 0.3 - by mercury - 28.03.2008, 19:36
Re: Little Suggestions for SA:MP 0.3 - by Karlip - 28.03.2008, 19:38
Re: Little Suggestions for SA:MP 0.3 - by Pistol Man - 29.03.2008, 02:05
Re: Little Suggestions for SA:MP 0.3 - by blewert - 29.03.2008, 02:19
Re: Little Suggestions for SA:MP 0.3 - by GenerationX - 29.03.2008, 03:03
Re: Little Suggestions for SA:MP 0.3 - by blewert - 29.03.2008, 03:27
important suggestions for 0.2.5 - by mercury - 29.03.2008, 17:05
Re: Little Suggestions for SA:MP 0.3 - by Karlip - 09.03.2009, 21:04
Re: Make sa-mp Skinable - by mini-d - 09.03.2009, 21:13
Re: Make sa-mp Skinable - by Yaheli_Faro - 09.03.2009, 21:20
Re: Little Suggestions for SA:MP 0.3 - by Riaz - 09.03.2009, 21:25
Re: Make sa-mp Skinable - by Zoopaman - 09.03.2009, 21:35
Re: Make sa-mp Skinable - by Charles - 09.03.2009, 21:42
Re: Little Suggestions for SA:MP 0.3 - by Diablosrouge - 10.03.2009, 13:31
Re: Little Suggestions for SA:MP 0.3 - by harrold - 10.03.2009, 14:02
Re: Little Suggestions for SA:MP 0.3 - by NigNog1 - 10.03.2009, 15:10
Re: Little Suggestions for SA:MP 0.3 - by Rimeau - 10.03.2009, 19:22
Re: Little Suggestions for SA:MP 0.3 - by Mikep - 15.03.2009, 21:05
Re: can you guys add microfone - by Simon - 17.03.2009, 07:46
Re: can you guys add microfone - by trc_ - 17.03.2009, 10:22
Re: can you guys add microfone - by Simon - 17.03.2009, 11:55
Re: can you guys add microfone - by Zoopaman - 17.03.2009, 14:42
Re: can you guys add microfone - by Simon - 17.03.2009, 23:44
Re: can you guys add microfone - by Norn - 18.03.2009, 01:00
Re: can you guys add microfone - by Simon - 18.03.2009, 01:25
Re: can you guys add microfone - by Austin_Lynn - 18.03.2009, 01:48
Re: can you guys add microfone - by simstosh - 18.03.2009, 03:56
Re: Little Suggestions for SA:MP 0.3 - by dugi - 14.08.2009, 20:18
Re: Little Suggestions for SA:MP 0.3 - by crockett - 14.08.2009, 21:47
Re: Little Suggestions for SA:MP 0.3 - by Mr187 - 15.08.2009, 04:39
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 15.08.2009, 16:11
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 16:16
Re: Little Suggestions for SA:MP 0.3 - by Cartermcpyro - 15.08.2009, 16:18
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 15.08.2009, 18:14
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 18:32
Re: Little Suggestions for SA:MP 0.3 - by Dreftas - 15.08.2009, 19:43
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 19:50
Re: Little Suggestions for SA:MP 0.3 - by RobertGraham - 18.09.2009, 03:05
Re: Little Suggestions for SA:MP 0.3 - by CracK - 19.09.2009, 10:02
Re: Little Suggestions for SA:MP 0.3 - by Calgon - 19.09.2009, 10:12
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 19.09.2009, 11:15
Re: Little Suggestions for SA:MP 0.3 - by S3rs - 19.09.2009, 14:02
Re: Little Suggestions for SA:MP 0.3 - by ViniciusWillerHaas - 20.09.2009, 03:51
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 20.09.2009, 13:19
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 20.09.2009, 13:49
Re: Little Suggestions for SA:MP 0.3 - by Mach37 - 20.09.2009, 13:52
Re: Little Suggestions for SA:MP 0.3 - by ViniciusWillerHaas - 20.09.2009, 15:59
Re: Little Suggestions for SA:MP 0.3 - by Guedes747 - 08.10.2009, 18:43
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 08.10.2009, 18:46
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 09.10.2009, 07:03
Re: Little Suggestions for SA:MP 0.3 - by Diablosrouge - 09.10.2009, 09:35
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 09.10.2009, 22:08
Re: Little Suggestions for SA:MP 0.3 - by DiDok - 10.10.2009, 11:47
Re: Little Suggestions for SA:MP 0.3 - by kev375 - 10.10.2009, 13:54
Re: Little Suggestions for SA:MP 0.3 - by [03]Garsino - 10.10.2009, 14:01
Re: Little Suggestions for SA:MP 0.3 - by IGnoTon - 10.10.2009, 14:43
Re: Little Suggestions for SA:MP 0.3 - by Cedimedi - 10.10.2009, 22:28
Re: Little Suggestions for SA:MP 0.3 - by [03]Garsino - 10.10.2009, 22:30
Re: Little Suggestions for SA:MP 0.3 - by Cedimedi - 10.10.2009, 22:36
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 10.10.2009, 22:57
Re: Little Suggestions for SA:MP 0.3 - by MasterOfQuebec - 10.10.2009, 23:50
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 11.10.2009, 16:36
Re: Little Suggestions for SA:MP 0.3 - by Correlli - 11.10.2009, 17:04
Re: Little Suggestions for SA:MP 0.3 - by MPKaboose - 11.10.2009, 17:23
Re: Little Suggestions for SA:MP 0.3 - by BloodyEric - 11.10.2009, 17:45
Re: Little Suggestions for SA:MP 0.3 - by SpiderPork - 11.10.2009, 17:47
Re: Little Suggestions for SA:MP 0.3 - by Guedes747 - 11.10.2009, 20:42
Re: Little Suggestions for SA:MP 0.3 - by MasterOfQuebec - 13.10.2009, 01:02
Re: Little Suggestions for SA:MP 0.3 - by Patrik356b - 13.10.2009, 14:40
Re: Little Suggestions for SA:MP 0.3 - by Farsek - 14.10.2009, 13:34
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 14.10.2009, 14:58
suggestion | Images - by _Ben_[Fux-c.co.il RP] - 15.10.2009, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)