[AJUDA] Comando Bugado
#9

Porque nгo defines o spawn?

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerInterior(playerid, interior);
    SetPlayerPos(playerid,x,y,z);
    SetPlayerFacingAngle(playerid,angulo);
    SetPlayerVirtualWorld(playerid,virtualworld);
    return 1;
}

public OnPlayerCommandText(playerid,cmdtext)
{
    if(strcmp(cmdtext,"/spawn",true) == 0)
    {
        SpawnPlayer(playerid);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 16:15
Re: [AJUDA] Comando Bugado - by WLSF - 30.09.2011, 16:20
Re: [AJUDA] Comando Bugado - by Hardware - 30.09.2011, 16:20
Re: [AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 17:03
Re: [AJUDA] Comando Bugado - by Guizera - 30.09.2011, 17:14
Re: [AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 17:29
Re: [AJUDA] Comando Bugado - by Pharrel - 30.09.2011, 17:58
Re: [AJUDA] Comando Bugado - by Luiz98 - 30.09.2011, 18:24
Re: [AJUDA] Comando Bugado - by Jason` - 01.10.2011, 19:17

Forum Jump:


Users browsing this thread: 1 Guest(s)