[NEW] Help with Pawno file
#1

Hy, i have a SAMP RP server and i want to add a admin skin, and give admin ARMOUR + HP when he spawn!

Like that:

public OnPlayerSpawn(playerid)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] > 1)
{
SetPlayerSkin(playerid, 294);
SetPlayerArmour(playerid, 9999);
SetPlayerHealth(playerid, 9999);
}
}


That work! But, once I SPAWN or any admin or player, THE SONG is playing and dont STOP?? WHY! HELP HELP HELp
Reply


Messages In This Thread
[NEW] Help with Pawno file - by c0GI - 08.10.2011, 15:41
Re: [NEW] Help with Pawno file - by Stigg - 08.10.2011, 15:47
Re: [NEW] Help with Pawno file - by c0GI - 08.10.2011, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)