[Ajuda] Limitar criaзгo /veh - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Limitar criaзгo /veh (
/showthread.php?tid=377616)
Limitar criaзгo /veh -
maluco88 - 15.09.2012
pawn Код:
if(strcmp(cmd, "/veh", true) == 0 || strcmp(cmd, "/ccar", true) == 0)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
PlayerInfo[playerid][pAdmin] = dini_Int(udb_encode(sendername), "level");
if(logged[playerid] == 1)
{
if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pORG] >= 1 || PlayerInfo[playerid][pREPORTER] >= 1 || PlayerInfo[playerid][pVIP] >= 1 )
{
ShowMenuForPlayer(Vehicle,playerid);
TogglePlayerControllable(playerid, 0);
}
else
{
SendClientMessage(playerid, COLOR_RED, "Vocк nгo tem permissгo para usar este comando!");
}
}
else
{
SendClientMessage(playerid, COLOR_RED, "Vocк tem que estar logado para usar este comando!");
}
return 1;
}
Re: Limitar criaзгo /veh -
FenixBorn - 15.09.2012
Limitaзгo?
Re: Limitar criaзгo /veh -
FenixBorn - 15.09.2012
? nao entendi
Re: Limitar criaзгo /veh -
maluco88 - 15.09.2012
Tipow, se tiver outro /veh ai que tenha limitaзгo exemplo, vocк ja tem 1 veiculo criado de /veh para criar outro.
Re: Limitar criaзгo /veh -
FenixBorn - 15.09.2012
Mas esse seu comando estб funcionando?
Re: Limitar criaзгo /veh -
maluco88 - 15.09.2012
Quote:
Originally Posted by FenixBorn
Mas esse seu comando estб funcionando?
|
sim ele abre uum dialog daqueles transparents preto, tipo daqueles restaurantes da gt.
Re: Limitar criaзгo /veh -
maluco88 - 15.09.2012
'-' ninguйm sabe?
Re: Limitar criaзгo /veh -
Coreia - 15.09.2012
Usa variavel
Re: Limitar criaзгo /veh -
maluco88 - 15.09.2012
Quote:
Originally Posted by Coreia
Usa variavel
|
ajuda ai :S
Re: Limitar criaзгo /veh -
maluco88 - 15.09.2012
Quote:
Originally Posted by Vinicius_HardScore
Cara quer limitar para so ADM usar?
Sim[] Nгo[x]
|
nгo quero limitar pra poder criar veнculos sу quando deletar, o que estб criado.