[Ajuda] botao de spawn
#1

bem se nao me engano tem como bloquear o botao de spawn qd vc entra no servidor??
Reply
#2

Bloquear ou Retirar?

para retirar basta por na funзгo que loga no seu servidor
pawn Код:
//OnPlayerConnect
SpawnPlayer(playerid);
Reply
#3

Manda coloca um Dialog no OnPlayerRequestClass e se ele spawna antes de faze algo no dialog ele й kickado!!

The following errors occurred with your submission:
This forum requires that you wait 120 seconds between posts. Please try again in 3 seconds.
Reply
#4

pawn Код:
forward SpawnarPlayer(playerid);
public SpawnarPlayer(playerid)
{
SpawnPlayer(playerid);
return 1;
}

public OnPlayerRequestSpawn(playerid)
{
SetTimerEx("SpawnarPlayer", 300, false, "i", playerid);
return 1;
}
Reply
#5

voce nao intendeu eu queria tipo qd vc apertar ele nao acontecer nada '-'
Reply
#6

Aн n da =(

Pelo menos й o que eu acho...

This forum requires that you wait 120 seconds between posts. Please try again in 45 seconds.
This forum requires that you wait 120 seconds between posts. Please try again in 18 seconds.
This forum requires that you wait 120 seconds between posts. Please try again in 5 seconds.
This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds.
Reply
#7

tenso eu vi um servidor assim e vim correndo aki D:
Reply
#8

pawn Код:
public OnPlayerRequestClass(playerid)
{
return 0;
}
public OnPlayerRequestSpawn(playerid)
{
return 0;
}
Reply
#9

O melhor seria vocк retirar o botгo e deixar em CameraLookAt, fica atй mais bonito (:
Reply
#10

pawn Код:
TogglePlayerSpectating(playerid, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)