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



[Ajuda] Codigo - Twisted_. - 02.01.2011

Tem Como Diminuir Este Codigo =x


pawn Код:
if((newkeys == KEY_SECONDARY_ATTACK))
{
    OnPlayerCommandText(playerid,"/entrarauto");
    OnPlayerCommandText(playerid,"/sairauto");
    OnPlayerCommandText(playerid,"/empregos");
    OnPlayerCommandText(playerid,"/entcartorio");
    OnPlayerCommandText(playerid,"/saircartorio");
    OnPlayerCommandText(playerid,"/entfacu");
    OnPlayerCommandText(playerid,"/sairfacu");
    OnPlayerCommandText(playerid,"/entprefls");
    OnPlayerCommandText(playerid,"/sairprefls");
    OnPlayerCommandText(playerid,"/entbancols");
    OnPlayerCommandText(playerid,"/sairbancols");
    OnPlayerCommandText(playerid,"/entbar");
    OnPlayerCommandText(playerid,"/sairbar");
    OnPlayerCommandText(playerid,"/entskins");
    OnPlayerCommandText(playerid,"/sairskins");
    OnPlayerCommandText(playerid,"/entdpls");
    OnPlayerCommandText(playerid,"/sairdpls");
    OnPlayerCommandText(playerid,"/entammuls");
    OnPlayerCommandText(playerid,"/sairammuls");
    OnPlayerCommandText(playerid,"/Carteiras");
    OnPlayerCommandText(playerid,"/Habilitacoes");
    OnPlayerCommandText(playerid,"/checkc1");
    OnPlayerCommandText(playerid,"/checkc2");
    OnPlayerCommandText(playerid,"/checkc3");
    OnPlayerCommandText(playerid,"/checkc4");
    OnPlayerCommandText(playerid,"/checkc5");
    OnPlayerCommandText(playerid,"/checkc6");
    OnPlayerCommandText(playerid,"/checkc7");
    OnPlayerCommandText(playerid,"/entcassino");
    OnPlayerCommandText(playerid,"/saircassino");
    OnPlayerCommandText(playerid,"/entmercadin");
    OnPlayerCommandText(playerid,"/sairmercadin");
    OnPlayerCommandText(playerid,"/enthotel");
    OnPlayerCommandText(playerid,"/sairhotel");
}



Re: [Ajuda] Codigo - zSuYaNw - 02.01.2011

pawn Код:
if((newkeys == KEY_SECONDARY_ATTACK))
{
    OnPlayerCommandText(playerid,"/entrarauto");OnPlayerCommandText(playerid,"/sairauto");
    OnPlayerCommandText(playerid,"/empregos");OnPlayerCommandText(playerid,"/entcartorio");
    OnPlayerCommandText(playerid,"/saircartorio"); OnPlayerCommandText(playerid,"/entfacu");
    OnPlayerCommandText(playerid,"/sairfacu");OnPlayerCommandText(playerid,"/entprefls");
    OnPlayerCommandText(playerid,"/sairprefls");OnPlayerCommandText(playerid,"/entbancols");
    OnPlayerCommandText(playerid,"/sairbancols");OnPlayerCommandText(playerid,"/entbar");
    OnPlayerCommandText(playerid,"/sairbar");OnPlayerCommandText(playerid,"/entskins");
    OnPlayerCommandText(playerid,"/sairskins");OnPlayerCommandText(playerid,"/entdpls");
    OnPlayerCommandText(playerid,"/sairdpls");OnPlayerCommandText(playerid,"/entammuls"); OnPlayerCommandText(playerid,"/sairammuls");OnPlayerCommandText(playerid,"/Carteiras");
    OnPlayerCommandText(playerid,"/Habilitacoes");OnPlayerCommandText(playerid,"/checkc1");
    OnPlayerCommandText(playerid,"/checkc2");OnPlayerCommandText(playerid,"/checkc3");
    OnPlayerCommandText(playerid,"/checkc4");OnPlayerCommandText(playerid,"/checkc5");
    OnPlayerCommandText(playerid,"/checkc6");OnPlayerCommandText(playerid,"/checkc7"); OnPlayerCommandText(playerid,"/entcassino");OnPlayerCommandText(playerid,"/saircassino");
    OnPlayerCommandText(playerid,"/entmercadin");OnPlayerCommandText(playerid,"/sairmercadin"); OnPlayerCommandText(playerid,"/enthotel"); OnPlayerCommandText(playerid,"/sairhotel");
}