[GameMode] Gamemode city
#1

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)
Reply


Messages In This Thread
Gamemode city - by dozer954 - 31.07.2012, 08:31
Re: Gamemode city - by Ben_Gale - 31.07.2012, 08:42
Re: Gamemode city - by HodgyOG - 31.07.2012, 08:52
Re: Gamemode city - by dozer954 - 31.07.2012, 08:54
Re: Gamemode city - by dozer954 - 31.07.2012, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)