[AJUDA] Teleporte /spawn bugado
#1

O teleporte do /spawn estб bugado, quando alguem simplismente digita um comando errado ou algo do tipo, ele vai para o /spawn. Como resolvo isso?

Код:
	if(!strcmp(cmdtext, "/spawn", true)) // Teleporte Spawn
        SetPlayerInterior(playerid,0);
        SetPlayerPos(playerid, 2107.0806,987.8856,10.8203);
        SetPlayerFacingAngle(playerid,0.0);
        new sp[110], nome[24]; GetPlayerName(playerid, nome, 24);
        format(sp, sizeof(sp), "%s foi para o Spawn. (/spawn)", nome);
        SendClientMessageToAll(COR_BRANCA, sp);
       	return 1;
}
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: 3 Guest(s)