[AJUDA]Comando
#10

Quote:
Originally Posted by Bruno Pereira
Посмотреть сообщение
PHP код:
//OnPlayerSpawn
if(PlayerInfo[playerid][pAdmin] >= 1)// Mude para sua variavel de admin.
{
SetPlayerPos(playeridX,Y,Z);// Coloque as posiзхes!

Quote:
Originally Posted by ReDKiiL
Посмотреть сообщение
OnPlayerSpawn:

pawn Код:
if(PlayerInfo[playerid][pAdmin] > = 1)
{
SetPlayerPos(playerid,-588.6668,-1048.9152,23.3418);
}
Os dois estгo errados seria, esqueceram do SetPlayerInterior, modo corrigido:

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
        SetPlayerInterior(playerid, InteriorID);
        SetPlayerPos(playerid, Posiзгo X, Posiзгo Y, Posiзгo Z);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Comando - by mutante_br - 10.11.2011, 15:08
Re: [AJUDA]Comando - by steki. - 10.11.2011, 15:12
Re: [AJUDA]Comando - by Bruno Pereira - 10.11.2011, 15:42
Re: [AJUDA]Comando - by mutante_br - 10.11.2011, 16:01
Re: [AJUDA]Comando - by mutante_br - 10.11.2011, 17:06
Re: [AJUDA]Comando - by Pharrel - 10.11.2011, 17:11
Re: [AJUDA]Comando - by mutante_br - 10.11.2011, 17:29
Re: [AJUDA]Comando - by ReDKiiL - 10.11.2011, 17:32
Re: [AJUDA]Comando - by mutante_br - 10.11.2011, 17:52
Re: [AJUDA]Comando - by Nake01 - 10.11.2011, 17:53

Forum Jump:


Users browsing this thread: 2 Guest(s)