[Ajuda] Erro no comando Teleporte
#8

Eu estou criando um server do 0

E tudo que ele tem e isto :
Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>
#include <zcmd>

#if defined FILTERSCRIPT

#endif

public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Test");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}

if(strcmp(cmdtext,"/ilha", true)==0)
{
    GameTextForPlayer(playerid, "~y~~h~]] ~r~~h~PEKENA ILHA ~y~~h~]]", 2500, 4);
    SetPlayerInterior(playerid,0);
	SetPlayerPos(playerid,263.6730,2905.4475,7.4086);
	ResetPlayerWeapons(playerid);
	GivePlayerWeapon(playerid,26,9999);
	format(string, sizeof(string), "{FF0000}[TELEPORTE] {FFFFFF}%s foi para uma Pekena Ilha  {FF0000}( /Ilha )", pname);
	SendClientMessageToAll(0xFF0000FF, string);   return 1;}
Reply


Messages In This Thread
Erro no comando Teleporte - by brunoboy - 20.07.2012, 20:42
Re: Erro no comando Teleporte - by .FuneraL. - 20.07.2012, 20:50
Re: Erro no comando Teleporte - by Panico622 - 20.07.2012, 20:54
Re : Erro no comando Teleporte - by brunoboy - 20.07.2012, 20:58
Re: Erro no comando Teleporte - by Panico622 - 20.07.2012, 20:59
Re : Erro no comando Teleporte - by brunoboy - 20.07.2012, 21:00
Re: Erro no comando Teleporte - by @Riichard - 20.07.2012, 21:04
Re : Erro no comando Teleporte - by brunoboy - 20.07.2012, 21:06
Re: Erro no comando Teleporte - by Bruno Alves - 20.07.2012, 21:12
Re: Erro no comando Teleporte - by Ades - 20.07.2012, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)