[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
#2

Got any ss?
Reply
#3

Nice and you should show some pictures
Reply
#4

There's no pictures
Reply
#5

ddaa
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)