SA-MP Forums Archive
[GameMode] My basic & clean RP 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] My basic & clean RP gamemode (/showthread.php?tid=283985)

Pages: 1 2


Re: My basic & clean RP gamemode - vent - 17.09.2011

Replied ;>


Re: My basic & clean RP gamemode - MadSkillz - 17.09.2011

Very nice, especially for your age! Keep it up!


Re: My basic & clean RP gamemode - vent - 17.09.2011

1.3 has been released. Skin and age arent saving yet, but in 1.4 they will. ;>
Quote:
Originally Posted by MadSkillz
Very nice, especially for your age! Keep it up!
Thanks ;>

E: 1.35 has been released. Still no skin and age saving system ;< but i added some admin commands.
E: 1.36 has been released. Still no skin and age saving system ;< but i added /admins and /givegun.


Re: My basic & clean RP gamemode - EladNahum - 18.09.2011

Low...
This is not RP mode...


Re: My basic & clean RP gamemode - Yamoo - 18.09.2011

Quote:
Originally Posted by EladNahum
View Post
Low...
This is not RP mode...
By the look of things it's a basic RP script for beginners.


Re: My basic & clean RP gamemode - vent - 18.09.2011

Quote:
Originally Posted by EladNahum
View Post
Low...
This is not RP mode...
Oh yeah? The basic RP commands are /me and /do? How this aint a RP gamemode?


Re: My basic & clean RP gamemode - CaHbKo - 18.09.2011

You should translate stuff like this
Code:
	INI_Int("Password",PlayerInfo[playerid][pPass]);
    INI_Int("Cash",PlayerInfo[playerid][pCash]);
    INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
	INI_Int("Telefoninumber",PlayerInfo[playerid][pNumber]);
	INI_Int("Kills",PlayerInfo[playerid][pKills]);
    INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
	INI_Int("Annetaja",PlayerInfo[playerid][pVip]);
	INI_Int("Sugu",PlayerInfo[playerid][pSex]);
	INI_Int("Vanus",PlayerInfo[playerid][pAge]);
	INI_Int("Hoiatusi",PlayerInfo[playerid][pWarns]);
	INI_Int("P2rit",PlayerInfo[playerid][pPlace]);
	INI_Int("Lukus",PlayerInfo[playerid][pLocked]);
Use quick replace function in Notepad++ to translate all instances at once.


Re: My basic & clean RP gamemode - vent - 18.09.2011

Oh, okay. It will be done in 1.37 ;>


Re: My basic & clean RP gamemode - vent - 18.09.2011

Dynamic house system with /housestats is coming in 1.37 ;> (including some faction cars and mapping for one job.)


Re: My basic & clean RP gamemode - vent - 18.09.2011

1.37 has been released, the biggest jump on my script, added speedo with /veh commands, faction cars, nuclear plant mapping, etc. check it out by yourself ;>
pawn Code:
SendClientMessage(playerid, 0xFFFFFFAA, "SYNTAX: /veh [function]"),
SendClientMessage(playerid, 0xFFFFFFAA, "Functions: Engine, Lights, Alarm, Doors, Bonnet, Boot, Objective");



Re: My basic & clean RP gamemode - BigAl - 22.09.2011

Awesome. This is really good, well done on your updates


Re: My basic & clean RP gamemode - N.K.Stallone - 23.09.2011

Not bad man keep it up.