[AJUDA] Teleporte /spawn bugado
#9

Simples
pawn Код:
CMD:spawn(playerid, params[])
{
    new str[56], nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nome, sizeof(nome));
    SetPlayerPos(playerid, 2107.0806, 987.8856, 10.8203);
    SetPlayerInterior(playerid, 0);
    SetPlayerFacingAngle(playerid, 0.0);
    format(str, sizeof(str), "* %s foi para o Spawn. ( /spawn ) *", nome);
    SendClientMessageToAll(0xFF00FFAA, str);
    return 1;
}
Se nгo funcionar se mata :P
Reply


Messages In This Thread
[AJUDA] Teleporte /spawn bugado - by Niko_Bellik - 14.01.2012, 15:23
Re: [AJUDA] Teleporte /spawn bugado - by Don_Speed - 14.01.2012, 15:30
Re: [AJUDA] Teleporte /spawn bugado - by Niko_Bellik - 14.01.2012, 16:06
Re: [AJUDA] Teleporte /spawn bugado - by leonardoulhoa - 14.01.2012, 16:14
Re: [AJUDA] Teleporte /spawn bugado - by Don_Speed - 14.01.2012, 16:16
Re: [AJUDA] Teleporte /spawn bugado - by Niko_Bellik - 14.01.2012, 17:39
Re: [AJUDA] Teleporte /spawn bugado - by Don_Speed - 14.01.2012, 17:51
Re: [AJUDA] Teleporte /spawn bugado - by WeenSoares_ - 14.01.2012, 18:14
Re: [AJUDA] Teleporte /spawn bugado - by Miqueias Barros - 14.01.2012, 18:14
Re: [AJUDA] Teleporte /spawn bugado - by WeenSoares_ - 14.01.2012, 18:20

Forum Jump:


Users browsing this thread: 1 Guest(s)