[AJUDA] Comando Bugado
#7

pawn Код:
if(strcmp(cmdtext, "/spawn", true) == 0) // Teleporte Spawn
    {
        SetPlayerInterior(playerid,0);
        SetPlayerPos(playerid, 2107.0806,987.8856,10.8203);
        SetPlayerFacingAngle(playerid,0.0);
        new spawn[110], nome[24]; GetPlayerName(playerid, nome, 24);
        format(spawn, sizeof(spawn), "%s foi para o Spawn. (/spawn)", nome);
        SendClientMessageToAll(COR_BRANCA, spawn);
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 16:15
Re: [AJUDA] Comando Bugado - by WLSF - 30.09.2011, 16:20
Re: [AJUDA] Comando Bugado - by Hardware - 30.09.2011, 16:20
Re: [AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 17:03
Re: [AJUDA] Comando Bugado - by Guizera - 30.09.2011, 17:14
Re: [AJUDA] Comando Bugado - by Niko_Bellik - 30.09.2011, 17:29
Re: [AJUDA] Comando Bugado - by Pharrel - 30.09.2011, 17:58
Re: [AJUDA] Comando Bugado - by Luiz98 - 30.09.2011, 18:24
Re: [AJUDA] Comando Bugado - by Jason` - 01.10.2011, 19:17

Forum Jump:


Users browsing this thread: 1 Guest(s)