SA-MP Forums Archive
Need help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help! (/showthread.php?tid=351106)



Offering Smite Beta key - sampjoe - 15.06.2012

I don't even know where to begin, if someone makes this for me i'll gladly give up a Smite beta key to anyone interested.

Server must include
--
anti-lag script - http://forum.sa-mp.com/showthread.ph...light=anti-lag
ping limit 200
gang wars los santos only
2 gangs grove and ballas
only bmx and mountain bikes - anything else spawned is ban
visual hit icons health/armor preferably
no interiors except properties/bank
only vendors for heal
account register/login with saved stats
bank/safe in property

spawn with
only spray cans, deagles, shotgun, ak, snipers
99 health 99 armor

working anti-hack - aimbots
anti afk/pause
--

is it possible to force fps limit to be 42+ or kick?


Re: Need help! - KiiD - 15.06.2012

You can do 75% of this with help of the wiki.

AddStaticVehicle: https://sampwiki.blast.hk/wiki/AddStaticVehicle
SetPlayerArmour: https://sampwiki.blast.hk/wiki/SetPlayerArmour
SetPlayerColor: https://sampwiki.blast.hk/wiki/SetPlayerColor
AddPlayerClass: https://sampwiki.blast.hk/wiki/AddPlayerClass


Re: Need help! - sampjoe - 15.06.2012

Quote:
Originally Posted by KiiD
Посмотреть сообщение
I don't fully understand the wiki instructions or the coding at all really.. i've done this before once and made half of a sever lol. ><


Re: Need help! - sampjoe - 15.06.2012

--
anti-lag script - http://forum.sa-mp.com/showthread.ph...light=anti-lag
200 ping limit
vehicles spawned is ban
visual hit icons
account register/login with saved stats

spawn with
99 health 99 armor

working anti-hack - aimbots
anti afk/pausing
--

still need help with these ones


Re: Need help! - dowster - 19.06.2012

Sorry but this is scripting discussion, a board for discussing the practice of scripting for the SA-MP server. For your request I'd recommend you fly over to a board where there are people waiting to make scripts for anyone who drops by.


Re: Need help! - sampjoe - 19.06.2012

Quote:
Originally Posted by dowster
Посмотреть сообщение
Sorry but this is scripting discussion, a board for discussing the practice of scripting for the SA-MP server. For your request I'd recommend you fly over to a board where there are people waiting to make scripts for anyone who drops by.
4 days late, started out as a help thread that turned into a trade due to no one helping (awesome community). Thanks for your o so valuable information!


Re: Need help! - [NWA]Hannes - 19.06.2012

Quote:
Originally Posted by sampjoe
Посмотреть сообщение
--
anti-lag script - http://forum.sa-mp.com/showthread.ph...light=anti-lag
200 ping limit
vehicles spawned is ban
visual hit icons
account register/login with saved stats

spawn with
99 health 99 armor

working anti-hack - aimbots
anti afk/pausing
--

still need help with these ones
Spawn with health and armor:
pawn Код:
//Put this under OnPlayerSpawn
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);