Equipamento de Los Santos Departamento de Polícia - Para iniciantes
Então, eu criei este sistema para iniciantes, é muito útil para servidores RP, à entrada da porta está perto da garagem LS-DP, localizada em Los Departamento de Santos, há dois comandos, "/enter" para entrar no edifício e /equipamento para tirar qualquer arma da mesa, o sistema é muito simples SSGames, se você tem problema ou você quer que eu te ajude com um sistema, é só me avisar e vou tentar ajudá-lo, isso é tudo, divirta-se
Comandos:
/enter para entrar no prédio
/equipamento de tomar qualquer arma da mesa.
Então, eu criei este sistema para iniciantes, é muito útil para servidores RP, à entrada da porta está perto da garagem LS-DP, localizada em Los Departamento de Santos, há dois comandos, "/enter" para entrar no edifício e /equipamento para tirar qualquer arma da mesa, o sistema é muito simples SSGames, se você tem problema ou você quer que eu te ajude com um sistema, é só me avisar e vou tentar ajudá-lo, isso é tudo, divirta-se
Comandos:
/enter para entrar no prédio
/equipamento de tomar qualquer arma da mesa.
- Código:
//-----------------[Create3DTextLabel]-----------------
Create3DTextLabel("{0099FF}[{FFFFFF} Sistema de Equipamentos | COMANDO: /enter {0099FF}]{FFFFFF}", COLOR_YELLOWG, 1568.5770,-1689.9755,6.2188, 20.0, 0, 0);
Create3DTextLabel("{0099FF}[{FFFFFF} Sistema de Equipamentos | COMANDO: /equipamento {0099FF}]{FFFFFF}", COLOR_YELLOWG, 311.9560,-165.9318,999.6010, 20.0, 0, 0);
//-----------------[OnPlayerCommandText]-----------------
if(!strcmp(cmdtext, "/equipamento", true))
{
if (!PlayerToPoint(100, playerid,311.9560,-165.9318,999.6010))
{
new lspdequip[] = "Nightstick\nSilenciador 9mm\nDesert Eagle\nShotgun\nMP5\nM4\nAK-47\nSpraycan\nCamera\nParachute\nArmour";
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Lista de Equipamentos",lspdequip,"Comfirmar","Cancelar");
}
return 1;
}
if (strcmp(cmd, "/enter", true) == 0)
{
new Float:cx, Float:cy, Float:cz;
GetPlayerPos(playerid, cx, cy, cz);
if(PlayerToPointStripped(4, playerid,1568.5770,-1689.9755,6.2188, cx,cy,cz))
{
if(GetPlayerState(playerid) != 1) return SendClientMessage(playerid, WHITE,"ocê deve estar em pé antes de usar este comando.");
GameTextForPlayer(playerid, "~w~Digite /sair para sair.", 5000, 3);
SetPlayerPos(playerid,316.524993,-167.706985,999.593750);
SetPlayerInterior(playerid,6);
}
return 1;
}
//-----------------[OnDialogResponse]-----------------
if(dialogid == 1)
{
if(response)
{
if (listitem == 0)
{
GivePlayerWeapon(playerid, 3, 1);
}
}
else if (listitem == 1)
{
GivePlayerWeapon(playerid, 23, 100);
}
}
else if (listitem == 2)
{
GivePlayerWeapon(playerid, 24, 100);
}
}
else if (listitem == 3)
{
GivePlayerWeapon(playerid, 25, 150);
}
}
else if (listitem == 4)
{
GivePlayerWeapon(playerid, 29, 500);
}
}
else if (listitem == 5)
{
GivePlayerWeapon(playerid, 31, 700);
}
}
else if (listitem == 6)
{
GivePlayerWeapon(playerid, 30, 700);
}
}
else if (listitem == 7)
{
GivePlayerWeapon(playerid, 41, 999999);
}
}
else if (listitem ==
{
GivePlayerWeapon(playerid, 43, 50);
}
}
else if (listitem == 9)
{
GivePlayerWeapon(playerid, 46, 1);
}
}
else if (listitem == 10)
{
SetPlayerArmour(playerid, 100);
}
}
}
}
ESPERO QUE GOSTEM BY:Chefao_Unknown
Print: