02.01.2011, 17:43
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");
}