SA-MP Forums Archive
[GameMode] [GM] JaYmE's Free Roam Mode - 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] [GM] JaYmE's Free Roam Mode (/showthread.php?tid=67538)



[GM] JaYmE's Free Roam Mode - JaYmE - 02.03.2009

JaYmE's Free Roam Mode
Ok, i know it has been a while since i released a script but i think it has been long enouth.
So, here it is my new script, but th=first some little but of stuff about it:


Work Time : 3 - 4 Days ( 2 - 3 Hours A Day )
Why Im Releasing : Well i got bored f this script plus wanted to make something different
Ammount Of Lines : 1632


Thats all i can say really ?
Anyways,

People i want to thank:


Sa-Mp Team : For ... SA-MP Best Mod Ever !
Seif_ : /register / /login system !
Y_Less : Encrypt Function


If anybody is missing just say and ill add you

And without further adoo

The Download !
PasteBin !
- Instructions -

Just save file to %server folder%/gamemodes/
Open Server.cfg and put gamemode as Inventory ( or %whatever% if you rename the .pwn )
Go ingame and type /help for all commands, or read the Inventory.pwn file

- Commands -

if ( strcmp(Cmd, "/Help", true) == 0 ) {
SendPlayerFormattedText(playerid, " - JaYmE's Game Modes : Help :", 0);
SendPlayerFormattedText(playerid, " - Type /AnimList For A List Of Animations !", 0);
SendPlayerFormattedText(playerid, " - Type /InventoryHelp For Help With The Inventory !", 0);
SendPlayerFormattedText(playerid, " - Type /Commands For Some Usful Commands To Use !", 0);
return 1;
}

if ( strcmp(Cmd, "/AnimList", true) == 0 ) {
SendClientMessage(playerid, 0xAFAFAFAA, " - Available Animations: ");
SendClientMessage(playerid, 0xAFAFAFAA, " - /HandsUp /Drunk /Bomb /GetArrested /Laugh /LookOut /RobMan");
SendClientMessage(playerid, 0xAFAFAFAA, " - /CrossArms /Lay /Hide /Vomit /Eat /Wave /Taichi /OldDance");
SendClientMessage(playerid, 0xAFAFAFAA, " - /Deal /Crack /SmokeM /SmokeF /GroundSit /Chat /Dance /F**kU");
}

if ( strcmp(Cmd, "/InventoryHelp", true) == 0 ) {
SendClientMessage(playerid, 0xAFAFAFAA, " - Inventory Help: ");
SendClientMessage(playerid, 0xAFAFAFAA, " - The Inventory Will Hold Items For You That You Can Use Later");
SendClientMessage(playerid, 0xAFAFAFAA, " - /MyInventory /DropItem /DropAllItems");
}

if ( strcmp(Cmd, "/Commands", true) == 0 ) {
SendClientMessage(playerid, 0xAFAFAFAA, " - Current Commands: ");
SendClientMessage(playerid, 0xAFAFAFAA, " - /Login /Register /SetCheckpoint");
SendClientMessage(playerid, 0xAFAFAFAA, " - /GiveCash /Teleport /Me");
SendClientMessage(playerid, 0xAFAFAFAA, " - /MakeAdmin /MakeCop");
SendClientMessage(playerid, 0xAFAFAFAA, " - /SpecPlayer /SpecVehicle /SpecOff");
}

Any Questions you would like to post just post
Thanks for Reading, Comments welcome !
Mirrors Welcome Also


Re: [GM] JaYmE's Free Roam Mode - Rks25 - 02.03.2009

Is there a download link / pastebin?
And some more information?


Re: [GM] JaYmE's Free Roam Mode - JaYmE - 02.03.2009

1: ill have to add pastebin link after school, sorry.

2: it is a lvdm edit which i coded which has a inventory system that saved 5 items which can later be used.
but i have not done that yet the inventory works perfect and saves to a file, along with other stuff,
it also has other stuff in it like /me /setcheckpoint (cop only) and animations in it, its just a nice start script to a rp server,
and i dont think i will be updating it as i want to make something different, maybe a mini-missions server

Thanks for the comment, and enjoy the script


Re: [GM] JaYmE's Free Roam Mode - JaYmE - 02.03.2009

Sorry for the double post, but first post updated, commands added, and well just better.

Enjoy,

JaYmE.


Re: [GM] JaYmE's Free Roam Mode - notec100 - 02.03.2009

How could I make it so the inventory save into a file until the player tosses or uses the item?


Re: [GM] JaYmE's Free Roam Mode - Rks25 - 02.03.2009

Hmm small edit if it is an edit?


Re: [GM] JaYmE's Free Roam Mode - JaYmE - 02.03.2009

Quote:
Originally Posted by Rks_
Hmm small edit if it is an edit?
? i added 20 ines to the first post if thats what you meen

Quote:
Originally Posted by notec100
How could I make it so the inventory save into a file until the player tosses or uses the item?
its all done ? it saves to a file untill the player uses /dropitem or /dropallitems

the use's part you willhave to do as i dont want to do more to this script but if
you need help very bad i will help


Re: [GM] JaYmE's Free Roam Mode - Guest3598475934857938411 - 05.12.2010

Is it your first gm? If so nice if not you could do better then that.


Re: [GM] JaYmE's Free Roam Mode - (LifeStealeR) - 09.12.2010

sure , isn't maked by u.
is based by LVDM


Re: [GM] JaYmE's Free Roam Mode - randyhuy1 - 09.12.2010

Nice Job