13.03.2012, 00:45
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..
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid,Float: x,Float:y,Float:z);
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid, COLOR, "Seja bem-vindo ao servidor.");
return 1;
}