SA-MP Forums Archive
[Ajuda] Ajuda Comando - 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] Ajuda Comando (/showthread.php?tid=423916)



Ajuda Comando - Rick_FusioN - 19.03.2013

Boa Noite , como eu Bloqueio esse comando quando o player estiver em uma moto?

if(strcmp(cmd, "/cinto", true) ==0)
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COR_CINZA1, " Vocк nгo esta em um veнculo ");
{
if(ConCinto[playerid] == 0)
{
ConCinto[playerid] = 1;
SendClientMessage(playerid, COR_AMARELO," Vocк esta de Cinto, Agora Esta Protegido!");
SendClientMessage(playerid, COR_AMARELO2," Para tirar o cinto use /cinto novamente.");
}
else
{
if(ConCinto[playerid] == 1)
{
SendClientMessage(playerid, COR_VERMELHOCLARO," Cuidade vocк estб sem cinto e estб desprotegido, use /cinto para colocar o cinto !!!!");
ConCinto[playerid] = 0;
}
}
}
return 0x01;
}


Re: Ajuda Comando - MatheusFuria - 19.03.2013

Код:
new vehicleid = GetPlayerVehicleID(playerid), modeloo = GetVehicleModel(vehicleid);
    switch(modeloo)
    {
        case 522, 581, 586, 521, 468, 463, 461, 462, 448: return SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo pode Usar este comando em uma moto.");
    }



Re: Ajuda Comando - Rick_FusioN - 19.03.2013

Funcionou valeu Mateus, Mateus volse tem skype ou msn? preciso falar contigo sobre o BPF.. #PlayFuria