Ainda nгo entendi quem fez..
pawn Код:
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Esse FilterScript Foi Feito Pelo DrakeZ");
print("--------------------------------------\n");
return 1;
}
pawn Код:
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" Esse FilterScript Foi Feito Pelo DrakeZ");
print("----------------------------------\n");
}
pawn Код:
CMD:musica(playerid, params[])
{
foreach(Player, i)
{
if(isnull(params)) return SendClientMessage(playerid, Cor_Vermelho, "Correto:: /musica [Link]");
PlayAudioStreamForPlayer(i, params);
SendClientMessage(playerid, Cor_Vermelho, "Rбdio Feito Por Rian_WanteD - Forum SA-MP");
}
return 1;
}
What ![Huh?](images/smilies/confused.gif)
. E se vocк pegou sу pra repassar pelo menos tome vergonha na cara e mantenha os crйditos originais, e antes de falar que foi vocк quem fez, faзa algo ъtil como traduzir pelo menos algo que estб escrito, ai vocк pode colocar pelo menos entre // o seu nome por ter traduzido 2 linhas .
pawn Код:
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
return 0;
}