07.09.2012, 17:35
Bom Depois q eu terminei de cria a org eu fui testa ela dai quando eu fiz o /orgcobra o player fico travando no Spawn Dele tipo dando Creu No Nada
Codigo Do Nascimento :
Codigo Do Nascimento :
pawn Код:
if(PlayerInfo[playerid][pMembro] == 24 || PlayerInfo[playerid][pLider] == 24) //COBRA Nascimento
{
SetPlayerPos(playerid, 1654.4056,-1655.6395,22.5156);
SetPlayerFacingAngle(playerid, 87.4229);
SetPlayerVirtualWorld(playerid,0);
SetPlayerInterior(playerid,3);
PlayerInfo[playerid][pInt] = 1;
return true;
}