[Ajuda] Spawn ao conectar
#1

Quando um player conecta no server eu fiz assim:
pawn Код:
SetarPlayer(playerid)
{
    GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney]);
    SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], 738.9963, -1417.2211, 13.5234, 0, 24, 900, 0, 0, 0, 0);
    SpawnPlayer(playerid);
    return 1;
}
Mas nгo estб spawnando com a skin certa. Sempre Spawna com a skin do CJ
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerSkin
Reply
#3

Quote:
Originally Posted by MarcusTakeshi
Посмотреть сообщение
pawn Код:
PlayerInfo[playerid][pSkin]
Ja verificou se esta variavel esta funcionando corretamente
Reply
#4

Faзa isto:

pawn Код:
SetarPlayer(playerid)
{
    PlayerInfo[playerid][pSkin] = 69;
   
    GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney]);
    SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], 738.9963, -1417.2211, 13.5234, 0, 24, 900, 0, 0, 0, 0);
    SpawnPlayer(playerid);
    return 1;
}
Se funcionar й o sistema que seta a skin que estб mal feito.
Reply
#5

Quote:
Originally Posted by bruxo00
Посмотреть сообщение
Faзa isto:

pawn Код:
SetarPlayer(playerid)
{
    PlayerInfo[playerid][pSkin] = 69;
   
    GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney]);
    SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], 738.9963, -1417.2211, 13.5234, 0, 24, 900, 0, 0, 0, 0);
    SpawnPlayer(playerid);
    return 1;
}
Se funcionar й o sistema que seta a skin que estб mal feito.
ta a mesma coisa, tipo, quando loga pela primeira vez funciona tudo certo, mas apartir da segunda vez sу recebe o dinheiro, a skin e a arma nao funciona.
Reply
#6

Entгo й o sistema de salvar as variбveis que tem o problema.
Reply
#7

Ae consegui arrumar, eu coloquei a linha do SetSpawnInfo em OnPlayerConnect
E no SetarPlayer(playerid) coloquei um SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin])
Reply
#8

Normalmente no GAMEMODE jб criado, quando vocк pega um GF ele vem diferenciado as coordenadas de spawn e da skin.
Reply
#9

Quote:
Originally Posted by dwrz
Посмотреть сообщение
Normalmente no GAMEMODE jб criado, quando vocк pega um GF ele vem diferenciado as coordenadas de spawn e da skin.
O meu GM estou fazendo do 0
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)