29.04.2012, 23:38
(
Last edited by _Cypher_; 29/04/2012 at 11:56 PM.
Reason: titulos e alguns ajustes
)
Este mapa foi feito por min (_Cypher_) , й um Bairro de Death Match (DM)
Video :
[ame]http://www.youtube.com/watch?v=oEDlzs505S4[/ame]
Descriзгo :
126 Objetos
1 Hora para a criaзгo do mapa
Creditos :
_Cypher_ - Por criar mapa , upar video , fazer topico .
Download :
PasteBin
Comando para Teleporte :
pawn Code:
// Bairro do Death Match(DM)
if(strcmp(cmdtext, "/bdd", true) == 0)
{
ResetPlayerWeapons(playerid);
new name[MAX_PLAYER_NAME], string[100];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "[Teletransporte] %s foi para o Bairro do Death Match(DM) (/bdd)", name );
SendClientMessageToAll(COLOR_TELEPORT, string);
SetPlayerPos(playerid,1554.7645,-1246.8375,279.3455);
SetPlayerInterior(playerid,0);
ResetPlayerWeapons(playerid),GivePlayerWeapon(playerid,24,999),GivePlayerWeapon(playerid,31,999),SetPlayerHealth(playerid,100),SetPlayerArmour(playerid,100);
SendClientMessage(playerid,COLOR_YELLOW,"Bem-Vindo ao Bairro do Death Match(DM)! (by _Cypher_)");
return 1;
}