Ajudaa aki GM
#1

Too criando um gm,ta dificil aki galera,maas tipo uma duvida aki,Como q faz para o cara qnd ele entrar no nosso jogo ele nascer em um lugar?? tipo um ponto de respawn ou seilah..
Reply
#2

- OnPlayerSpawn
- SetPlayerPos
Reply
#3

PHP код:
public OnPlayerSpawn(playerid)
{
    
SetPlayerPos(playerid,Floatx,Float:y,Float:z);
    
SetPlayerVirtualWorld(playerid0);
    
SendClientMessage(playeridCOLOR"Seja bem-vindo ao servidor.");
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)