19.03.2011, 22:40
Hello, as known I am making lots of gamemodes now :P and I tryed to make a ViVa gamemode, but this is a test.
* There are 4998 pawno lines.
* 7 skins, with the following weap ids: 30 38 39
* 66 Vehicles which are some in a airport, the airport is called cuair
*
Something funny :P
* 1 teleports dialog
* Lots of commands! in V1.1 more coming soon (even jobs in V1.1)
NOTE: Change SetGameModeText("test1"); to SetGameModeText("YouRNamEUWant!");
And Finally! Downloading:
Pastebin:
http://pastebin.com/r9tBFt0b
Attached:
* There are 4998 pawno lines.
* 7 skins, with the following weap ids: 30 38 39
* 66 Vehicles which are some in a airport, the airport is called cuair
*
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
new rcon;
SetPlayerHealth(playerid, 100);
SetPlayerHealth(clickedplayerid, -10);
SendClientMessage(clickedplayerid, white, "You have been pucked by a player!");
SendClientMessage(playerid, white, "You sucefully pucked the player!");
if(IsPlayerAdmin(rcon)) SendClientMessage(playerid, warn, "You cannot take the RCON's player health!");
SetPlayerHealth(rcon, 100);
return 1;
}
* 1 teleports dialog
* Lots of commands! in V1.1 more coming soon (even jobs in V1.1)
NOTE: Change SetGameModeText("test1"); to SetGameModeText("YouRNamEUWant!");
And Finally! Downloading:
Pastebin:
http://pastebin.com/r9tBFt0b
Attached: