SA-MP Forums Archive
[GameMode] Blank Y_INI gamemode - 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] Blank Y_INI gamemode (/showthread.php?tid=278993)

Pages: 1 2


Blank Y_INI gamemode - Kingunit - 24.08.2011


Blank gamemode using Y_INI

Today (25/08/11) I'm releasing my first gamemode on SA:MP forums. Just a simple gamemode so other scripters can easy start with a new gamemode!

What is in it?
  • Register & Login dialog.
  • Administrator system with basic commands. (/ah)
  • PM function! (/pm)
  • You can check if someone HP hacks.
  • And some more! (/commands)
  • IRC Connection
This is just a simple gamemode created by Kingunit. This system is using Y_INI, ZCMD and sscanf.
Please tell me if you have any ideas for the Admin commands. I will create them in the new version!
Last updated: (24/08/2011)

How to install?
That's kinda easy! Just download the .zip drop everything in a folder. Run the server.exe that's all!
You can make yourself Administrator via RCON. Login into RCON and type /makeadmin YOURNAME 1

Credits
  • Kingunit - Scripting and building this gamemode.
  • ****** - For his awsome Y_INI and sscanf include.
  • Zeex - His fast command processor ZCMD.
  • Kush - I've used a part of his tutorial!
  • Incognito - IRC Plugin

    Did I forget someone? Please report it to me!
Quote:
Changelog:

10/09/11
  • Fixed the adminlevel bug. (Wasn't saving before)
    IRC Commands.
    • /kick - /ban - slap - /explode - /armup - /respawn - /freezeall - /freeze - /unfreeze
  • Added LastManStanding event. (/createlms [WeaponID] [Reward]) (/join)
  • Minor bugs fixed.

25/08/11
  • Added multiply Administrator commands
    • /adminduty - /freeze - /freezeall - /jetpack - /goto - /gethere - /respawn
  • Added the /kill command.
  • Minor bugs fixed.
Download

http://localhostr.com/file/XU2jFmd/Blank%20INI.rar (Version 1)
http://localhostr.com/file/rTvysfY/Version%202.rar (Version 2)
http://localhostr.com/file/o7O8hla/Version3.rar (Version 3)

Please don't use mirrors if it isn't needed. You can report bugs in this thread! Have fun.



Re: Blank Y_INI gamemode - RockFire - 24.08.2011

Nice work


Re: Blank Y_INI gamemode - Kingunit - 24.08.2011

Quote:
Originally Posted by Las Venturas CNR
View Post
Isn't that Y_INI system by Kush? Where is his credits?
https://sampforum.blast.hk/showthread.php?tid=273088
Yes, I've used a part from his tutorial. Thank you for reporting added!


Re: Blank Y_INI gamemode - Kush - 24.08.2011

No credits within the gamemode... Thanks.


Re: Blank Y_INI gamemode - Kingunit - 24.08.2011

Quote:
Originally Posted by Kush
View Post
No credits within the gamemode... Thanks.
Easy please, I've updated the download link. Sorry I'm new with those credits haha. That's what you get with your first Gamemode.


Re : Blank Y_INI gamemode - Naruto_Emilio - 24.08.2011

Oh my god you are awesome even i dont know how to use y_ini yet but i will convert all my gm to this one and i will use some dynamic includes thanks you thanks you very mutch man.


Re: Re : Blank Y_INI gamemode - Kingunit - 24.08.2011

Quote:
Originally Posted by Naruto_Emilio
View Post
Oh my god you are awesome even i dont know how to use y_ini yet but i will convert all my gm to this one and i will use some dynamic includes thanks you thanks you very mutch man.
No problem, That's why I've created this gamemode. Just the basic, you can make it bigger whenever you want


Re : Re: Re : Blank Y_INI gamemode - Naruto_Emilio - 24.08.2011

Quote:
Originally Posted by Kingunit
View Post
No problem, That's why I've created this gamemode. Just the basic, you can make it bigger whenever you want
Yes i'm now rescripting, and thanks you again youve saved me from some lines of scripting


Re: Re : Re: Re : Blank Y_INI gamemode - Kush - 24.08.2011

Quote:
Originally Posted by Naruto_Emilio
View Post
Yes i'm now rescripting, and thanks you again youve saved me from some lines of scripting
And your apparenlty scripting for money? I see..


Re: Re : Re: Re : Blank Y_INI gamemode - Lorenc_ - 24.08.2011

Quote:
Originally Posted by Kush
View Post
And your apparenlty scripting for money? I see..
That made my day! Hahahahaha, I love kush!

Nice job, nice to see some new methods are going around.


Re: Blank Y_INI gamemode - Davz*|*Criss - 26.08.2011

Good work!

Kingunit good job!
Nice to see an event system update on!


Re: Blank Y_INI gamemode - Kingunit - 27.08.2011

Please do not make beef in my topic. This topic is for my gamode, It's not created for you guys to blame each other about 'Scripting money'. Thank you


Re: Blank Y_INI gamemode - WoodPecker - 31.08.2011

Thanks for this gamemode, i was about to change my script from dini to y_ini thank you very much, 3rep4you.


Re: Blank Y_INI gamemode - Kingunit - 31.08.2011

Thank you, in some days I will release the new version. Also there is a bug, the Adminlevel isn't saving since I made a typo. It's fixed in the next version


Re: Blank Y_INI gamemode - WoodPecker - 31.08.2011

Ok i will wait for the next update, thank you again.


Re: Blank Y_INI gamemode - basse - 01.09.2011

i can't add vehicles/objects it says it's already defined, how come?


Re: Blank Y_INI gamemode - WoodPecker - 01.09.2011

basee can you show me what you are trying to put on the gamemode?


Re: Blank Y_INI gamemode - basse - 01.09.2011

Quote:
Originally Posted by WoodPecker
Посмотреть сообщение
basee can you show me what you are trying to put on the gamemode?
<iframe src="http://pastebin.com/embed_iframe.php?i=AKVzjBNX" style="border:none;width:100%"></iframe>


Re: Blank Y_INI gamemode - Kingunit - 01.09.2011

What is the actually error? And you are placing it under OnGameModeInit?


Re: Blank Y_INI gamemode - basse - 01.09.2011

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
What is the actually error? And you are placing it under OnGameModeInit?
yes i am but still it says its defined i don't know why me and my friend working on the expand it big times with all cities but i get these errors if i try to add the objects/vehicles i get these errors

D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(119) : error 021: symbol already defined: "CreateObject"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(123) : error 021: symbol already defined: "CreateObject"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(189) : error 021: symbol already defined: "AddStaticVehicle"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(204) : error 021: symbol already defined: "AddStaticVehicle"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(216) : error 021: symbol already defined: "AddStaticVehicle"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(1062) : warning 203: symbol is never used: "IsNumeric"
D:\Sa-mp Sever\gamemodes\[FRP]RolePlay.pwn(1062) : warning 203: symbol is never used: "ReturnUser"