Quote:
Originally Posted by HaRdiiZin
|
Й a mesma coisa, parece que tem algo errado com a funзгo do SA-MP.
----------------------------------------------------------------------------------------------------------------------------------
Quote:
Originally Posted by Day_
Eta usando alguma hook em GivePlayerWeapon? Fora isto posta o cуdigo comleto
|
if(pickupid == SkinPolicia)
{
if(GetPlayerSkin(playerid)== 284)
{
return 0;
}
else
{
SetPlayerSkin(playerid,284);
PlayerPlaySound(playerid, 1175, 0.0, 0.0, 0.0);
}
return 1;
}
Acho que tem algo errado no prуprio SA-MP.
----------------------------------------------------------------------------------------------------------------------------------
Quote:
Originally Posted by Byted
PlayerPlaySound(playerid, 1175, 0.0, 0.0, 10.0);
tenta isso
|
Escuta, o SA-MP tem todos os sons vбlidos? Ou estб faltando alguns sons do GTA SA?
----------------------------------------------------------------------------------------------------------------------------------