[SOLVED] Teleporting...
#4

Well, i used it as a filterscript because when i put it in the gamemode it was bein a ratard. heres what i did but it still doesnt work... (i tryed it IG and it said invalid command or whatever)

Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" TELEPORTS LOADED");
	print("--------------------------------------\n");
	return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])

{
  if (strcmp("/adminarea1", cmdtext, true, 10) == 0)
  {
        SetPlayerPos(playerid, 270.8308,1990.0657,17.5324);
    return 1;
    }
	return 0;
}


#endif
Reply


Messages In This Thread
[SOLVED] Teleporting... - by mrbubl3s - 04.02.2010, 14:29
Re: Teleporting... - by mansonh - 04.02.2010, 14:33
Re: Teleporting... - by yoan103 - 04.02.2010, 14:37
Re: Teleporting... - by mrbubl3s - 04.02.2010, 14:54
Re: Teleporting... - by MadeMan - 04.02.2010, 15:12
Re: Teleporting... - by mrbubl3s - 04.02.2010, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)