SA-MP 0.3d scripting ideas? (not suggestions) -
Donya - 12.11.2011
Maybe here, we can discuss some of the newly possible things that can be scripted with the new 0.3d functions?
- OnPlayerClickMap
- GetPlayerTargetPlayer
- with the help of the new keys, remake a gang system like gta?
- RemoveBuildingForPlayer
- remove the entire of sa to create your own new world?
- OnPlayerGiveDamage / OnPlayerTakeDamage > Damage tracking?
https://sampwiki.blast.hk/wiki/Category:Added_in_0.3d
Re: SA-MP 0.3d scripting ideas? (not suggestions) -
Amit_B - 12.11.2011
RemoveBuildingForPlayer - A way to let players move the pirate ship on LV.
Re: SA-MP 0.3d scripting ideas? (not suggestions) - Emmet_ - 12.11.2011
OnPlayerClickMap - You put a checkpoint wherever the player clicked. Good for a GPS system in a roleplaying server.
GetPlayerTargetPlayer - Would show the player's stats (money, kills, deaths, rank) in a textdraw only the aiming player can see. Good for COD-like servers.
RemoveBuildingForPlayer - Make destructible buildings! Though this would be really, really hard. You would need dozens of math functions!
I don't know the difference between TakeDamage and GiveDamage.
Re: SA-MP 0.3d scripting ideas? (not suggestions) - [03]Garsino - 12.11.2011
AttachObjectToObject: Remake the oldschool SACnR admin-event called "Pirate Wars". With moving pirate ships, etc..
GetPlayerTargetPlayer: "Spot" enemies similar to Battlefield: Bad Company 2 (for example).
OnPlayerClickMap: Teleportation for certain player groups. GPS system. Object editor, house creator, etc..
OnPlayerGiveDamage combined with
OnPlayerTakeDamage: Change SA:MP shooting system? Anti-cheat update for fake-kills?
PlayAudioStreamForPlayer + StopAudioStreamForPlayer: Custom sounds.
RemoveBuildingForPlayer: Remove annoying trees, etc.. Change GTA map. Stunting maps!
0.3d skins: Re-create GTA: SA SP missions!
Re: SA-MP 0.3d scripting ideas? (not suggestions) -
MaTrIx4057 - 12.11.2011
Quote:
Originally Posted by [03]Garsino
0.3d skins: Re-create GTA: SA SP missions!
|
I thought about that, but when starting to think how much work and time you have to invest to create all cutscenes etc i gave up thinking xD
Re: SA-MP 0.3d scripting ideas? (not suggestions) -
Kar - 12.11.2011
Quote:
Originally Posted by MaTrIx4057
I thought about that, but when starting to think how much work and time you have to invest to create all cutscenes etc i gave up thinking xD
|
Not really, I wouldn't take it hard.
The only problem I have in re-creating gta, is camera movements and npc's.
if we can have a smooth moveplayercamera and npc functionality then I would do it with ease.