[Ajuda] Spawnando com skin CJ
#1

Hello my friends, estou a enfrentar um seguinte problema "o jogador spawna e nasce com a skin do cj, nгo sei como faзo para spawnar.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    new Contas[70], Nome[MAX_PLAYER_NAME];
    SetPlayerVirtualWorld(playerid, 1);
    SetPlayerPos(playerid, 1643.0941,-2262.9111,13.4867);
    SetPlayerCameraPos(playerid, 1643.0941,-2262.9111,13.4867);
    SetPlayerCameraLookAt(playerid, 1643.2544,-2249.0349,13.3228);
    GetPlayerName(playerid, Nome, sizeof(Nome));
    format(Contas, sizeof(Contas),"Jogadores/%s.ini",Nome);
    if(DOF2_FileExists(Contas))
    {
        SetSpawnInfo(playerid, 0, DOF2_SetFile("Skin"), 240.1, 110.0, 200.0, 0.0, 0, 0, 0, 0, 0, 0);
        SpawnPlayer(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Spawnando com skin CJ - by Brazuca[]s - 24.07.2012, 18:24
Re: Spawnando com skin CJ - by Arthenry - 24.07.2012, 18:27
Re: Spawnando com skin CJ - by [JD]BlackFire - 24.07.2012, 18:27
Re: Spawnando com skin CJ - by Brazuca[]s - 24.07.2012, 18:29
Re: Spawnando com skin CJ - by Brazuca[]s - 24.07.2012, 20:18
AW: Spawnando com skin CJ - by billy the kid - 24.07.2012, 20:51
Re: Spawnando com skin CJ - by Jason` - 24.07.2012, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)