[AJUDA] Registro
#1

Pessoal to com um problema aqui aquele botao de spawn nгo quer sair e automaticamente o player nascer
ja usei SpawnPlayer(playerid); - retun 0; - return SpawnPlayer(playerid);
Reply
#2

Se Ele Ta Nascendo Automaticamente Tira o SpawnPlayer ¬¬
Caso Voce Nao Queira Que Seja Automaticamente
Reply
#3

SetSpawnInfo + SpawPlayer(playerid);

na Public OnPlayerRequestClass

@edit exemplo:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetSpawnInfo(playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
    SpawnPlayer(playerid);
    return 0;
}
Reply
#4

Eu jб respondi, coloquei return 0; em OnPlayerRequestClass e OnPlayerRequestSpawn...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)