SA-MP Forums Archive
[GameMode] Role Play [y_cmd] [y_ini] [sscanf2] - 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] Role Play [y_cmd] [y_ini] [sscanf2] (/showthread.php?tid=417199)



Role Play [y_cmd] [y_ini] [sscanf2] - Boolean - 20.02.2013

YOUR_NAME Role Play



Foreword
I've been working on this basic Role Play game mode for a couple of hours just to gain some knowledge about scripting.
It's far from finished but I might just upgrade it now and then depending on your thoughts about the script.




Features


Login & Register system

Basic Role Play commands

Advanced report system (Including accept report, deny report, solve report)

Mute system

A couple of admin commands

Phone system









Download
Pastebin: Click here



Re: Role Play [y_cmd] [y_ini] [sscanf2] - Broker - 20.02.2013

nice job.. but, i think must with mysql..


Re: Role Play [y_cmd] [y_ini] [sscanf2] - Neil. - 20.02.2013

It needs more features. i.e; Businesses, Houses, Families, Licenses and much more. Although yours could be considered as a base rp gamemode. There's always room for improvements and sophisticated systems.
Anyhow GJ.



Re: Role Play [y_cmd] [y_ini] [sscanf2] - Broker - 20.02.2013

Quote:
Originally Posted by Ken97
Посмотреть сообщение
It needs more features. i.e; Businesses, Houses, Families, Licenses and much more. Although yours could be considered as a base rp gamemode. There's always room for improvements and sophisticated systems.
Anyhow GJ.
its just a basic GM RP..


Re: Role Play [y_cmd] [y_ini] [sscanf2] - Boolean - 20.02.2013

Quote:
Originally Posted by Broker
Посмотреть сообщение
nice job.. but, i think must with mysql..
Quote:
Originally Posted by Ken97
Посмотреть сообщение
It needs more features. i.e; Businesses, Houses, Families, Licenses and much more. Although yours could be considered as a base rp gamemode. There's always room for improvements and sophisticated systems.
Anyhow GJ.
Thanks, I will probably add a faction system in a couple of days.


Re : Role Play [y_cmd] [y_ini] [sscanf2] - Nectrooox - 22.02.2013

Hi
I do not understand, I put all includes (YSI, streamer, foreach, sscanf2)
and the server not start.


[10:50:48] Script [gamemodes / scriptrp.amx]: Run time error 19: "File or function is not found"

Thanks


Re: Re : Role Play [y_cmd] [y_ini] [sscanf2] - ajam123 - 22.02.2013

Quote:
Originally Posted by Nectrooox
Посмотреть сообщение
Hi
I do not understand, I put all includes (YSI, streamer, foreach, sscanf2)
and the server not start.


[10:50:48] Script [gamemodes / scriptrp.amx]: Run time error 19: "File or function is not found"

Thanks
Try to update you streamer plugins not includes


Re: Role Play [y_cmd] [y_ini] [sscanf2] - rhds - 22.02.2013

Solid starting gamemode comparing to others out there!

Few bugs I've found
  1. Spawn bug, actually spawned in Las Venturas, after registering you should automatically spawn
  2. Odd coloring, why is /s darker than /b, just thinking logically.
  3. *** YSI Error: INI_Open could not find or create file Users/name.ini (data system not working for me)
Quote:
Originally Posted by Nectrooox
Посмотреть сообщение
Hi
I do not understand, I put all includes (YSI, streamer, foreach, sscanf2)
and the server not start.


[10:50:48] Script [gamemodes / scriptrp.amx]: Run time error 19: "File or function is not found"

Thanks
Download "Whirlpool" plugin.


Re: Role Play [y_cmd] [y_ini] [sscanf2] - ajam123 - 22.02.2013

Quote:
Originally Posted by Broker
Посмотреть сообщение
nice job.. but, i think must with mysql..
Unique and Dynamics system is better for mysql, but it just a basically.


Re : Re: Re : Role Play [y_cmd] [y_ini] [sscanf2] - Nectrooox - 22.02.2013

Quote:
Originally Posted by ajam123
Посмотреть сообщение
Try to update you streamer plugins not includes
I've already put the latest version.
https://sampforum.blast.hk/showthread.php?tid=102865

Quote:

echo Executing Server Config...
lanmode 0
rcon_password asds
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 grp 1
filterscripts
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]




Re: Role Play [y_cmd] [y_ini] [sscanf2] - rhds - 22.02.2013

Add to your sever.cfg: "plugins sscanf streamer whirlpool"


Re: Role Play [y_cmd] [y_ini] [sscanf2] - Boolean - 22.02.2013

Quote:
Originally Posted by rhds
Посмотреть сообщение
Solid starting gamemode comparing to others out there!

Few bugs I've found
  1. Spawn bug, actually spawned in Las Venturas, after registering you should automatically spawn
  2. Odd coloring, why is /s darker than /b, just thinking logically.
  3. *** YSI Error: INI_Open could not find or create file Users/name.ini (data system not working for me)


Download "Whirlpool" plugin.
About the spawn, It's not really a bug because the script doesn't save your position.
You're correct about the coloring, I should change that. I don't know anything about that YSI Error, sorry.


Re: Role Play [y_cmd] [y_ini] [sscanf2] - rhds - 22.02.2013

Quote:
Originally Posted by Boolean
Посмотреть сообщение
About the spawn, It's not really a bug because the script doesn't save your position.
You're correct about the coloring, I should change that. I don't know anything about that YSI Error, sorry.
Suggest you uploading full package for less hassle.


Re: Role Play [y_cmd] [y_ini] [sscanf2] - Schocc - 22.02.2013

Your gamemode was compiled from linux?

@OnTopic: Nice base for rp

@OFF: Respond legibly.
Sorry for my bad english


Re: Role Play [y_cmd] [y_ini] [sscanf2] - rhds - 23.02.2013

Quote:

*** YSI Error: INI_Open could not find or create file Users/name.ini

I found the problem, it's because I didn't create "Users" folder. ^^


Re: Role Play [y_cmd] [y_ini] [sscanf2] - NexisHotel - 23.02.2013

Faff, Please fix the /detain bug and where is hitman HQ? Please helpp