SA-MP Forums Archive
[GameMode] Gamemode city - 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] Gamemode city (/showthread.php?tid=364608)



Gamemode city - dozer954 - 31.07.2012

This is my first gamemode & filescript

SIMPLE Gamem0de

The most things are objects

In game codes
Код:
/lv
/sf
/safehouse
/cars
/other (other cars and planes)
/credits
/afk
/back (back from AFK)
/count (Staring countdown 3 to 1)
/rcar (rainbow car)
/rcar off (to turn of the rainbow car)
/kill  (kill yourself)
/prison
RANK 1 to 10 only

Код:
FILESCRIPT CODES 
Countdown
Realtime
Rainbowcar
Rank
Car Spawner
AFK/BACK
Код:
There's no code for weapns so if you wan to put.

	         if(strcmp(cmdtext, "/wps") == 0)
	 {
	 	 GivePlayerWeapon(playerid,24,9999);//---Deagle
		 GivePlayerWeapon(playerid,31,9999);//---M4-A1
		 GivePlayerWeapon(playerid,29,9999);//---Tec-9
		 GivePlayerWeapon(playerid,47,9999);//---Molotov Cocktail
		 GivePlayerWeapon(playerid,43,9999);//---Combat Shotgun
		 GivePlayerWeapon(playerid,WEAPON_PARACHUTE,1);
		 return 1;
	 }
 Healt & armour
	 	     if(strcmp(cmdtext, "/healme") == 0)
	 {

		SetPlayerHealth(playerid, 100.0);
		SetPlayerArmour(playerid, 100.0);
		return 1;
         }
Solid Files

You can replace the folders in the rar fail

(Not Finished if you wan't you can finish this gamemode codes and objects)


Re: Gamemode city - Ben_Gale - 31.07.2012

Got any ss?


Re: Gamemode city - HodgyOG - 31.07.2012

Nice and you should show some pictures


Re: Gamemode city - dozer954 - 31.07.2012

There's no pictures


Re: Gamemode city - dozer954 - 31.07.2012

ddaa