SA-MP Forums Archive
[GameMode] Freeroam Script - 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: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Freeroam Script (/showthread.php?tid=635040)



Freeroam Script - StevenLV - 31.05.2017

So this is my first script, go easy over me. Note: I am going to add remaining things soon as possible.
SG Freeroam Server Script

I made it from scratch, the one download from samp official server client website. Added all the skins by using loop (thanks to that guy who helped me in this). Different Cmds: /cmds /stunt /weapons /heal /parkour etc

/stunt - teleports u to stunt place which i mapped myself and is really good for bored players.
/parkour - teleports u to parkour arena and moutan bikes with you
/weapons - gives u weapons
/heal - fills ur health and armor
/cmds - shows all cmds
/fixcar - fix ur car
/godmode - 9999 health
/drift - tp urself to drift place.
/respawn - respawn urself

Credits: SAMP, Guys who helped me in making this in the forum.

Pastebin: https://pastebin.com/DSPLLT3f



Things to be added: Login / register system | vehicle system | and much more soon


Re: Freeroam Script - StevenLV - 31.05.2017

suggestion, complains and feedback al here plz fast i am excited


Re: Freeroam Script - Astralis - 31.05.2017

I think you should try to use zcmd instead of strcmp, in the future. Because that's faster and easier!


Re: Freeroam Script - Infinity - 31.05.2017

Please remove that pragma, it isn't needed!


Re: Freeroam Script - StevenLV - 02.06.2017

+rep if u liked it


Re: Freeroam Script - Jerry12 - 02.06.2017

Nice work Steven, I would suggest you to add an administrator system and donators system, and fixing and optimizing some few things! other than that good luck! here it's you REP+


Re: Freeroam Script - SyS - 02.06.2017

Quote:
Originally Posted by StevenLV
Посмотреть сообщение
+rep if u liked it
1 star


Re: Freeroam Script - Fairuz - 02.06.2017

Too basic.


Re: Freeroam Script - Variable™ - 02.06.2017

If you are learning yet you are NOT supposed to release anything till you understand what you actually are doing. This script any newbie or a beginner would write it easily by looking at the wiki.


Re: Freeroam Script - adri[4]Life - 02.06.2017

It's not even a GameMode, but a few commands+a Small area


Re: Freeroam Script - Hansrutger - 03.06.2017

Hey man can you explain this here:
Код:
SetPlayerCameraPos(playerid, 2482.113525 + (10 * floatsin(-267.734191, degrees)), 1266.363037 + (10 * floatcos(-267.734191, degrees)), 10.812500);
I was just wondering why you were using that and the mathematical thinking behind it - not criticism, am simply wanting to know how your thinking process was when you created this! Cheers.


Re: Freeroam Script - Gamerd - 03.06.2017

1 Star


Re: Freeroam Script - rawenCB - 03.06.2017

For beginners, it is not bad.


Re: Freeroam Script - coool - 03.06.2017

Quote:
Originally Posted by Hansrutger
Посмотреть сообщение
Hey man can you explain this here:
Код:
SetPlayerCameraPos(playerid, 2482.113525 + (10 * floatsin(-267.734191, degrees)), 1266.363037 + (10 * floatcos(-267.734191, degrees)), 10.812500);
I was just wondering why you were using that and the mathematical thinking behind it - not criticism, am simply wanting to know how your thinking process was when you created this! Cheers.
I think he is doing GetXYInFrontOfPlayer. But it is not needed because the values aren't changeable, just do these mathematics on calculator and add in script


Re: Freeroam Script - Hansrutger - 03.06.2017

Quote:
Originally Posted by coool
Посмотреть сообщение
I think he is doing GetXYInFrontOfPlayer. But it is not needed because the values aren't changeable, just do these mathematics on calculator and add in script
It was sarcasm because I wanted to see if he understood what he actually wrote. :/ Although I'll give you a cookie for being a good citizen and responding! :3

* Hansrutger gives cookie!