Changing City on GM
#6

Hello,this will help you.

1.Go and download ******.
2.Go to the place where you want to teleport.
3.On ****** tab(down),there was something like this
Код:
126.16,2077.95,70.93 0
.
4.Write down that code somewhere(Don't write last "0" on ****** tab).
5.Now open your GameMode script by pawno and go to
Код:
public OnPlayerCommandText(playerid, cmdtext[])
(Will be middle of script).
6.Past this under "OnPlayerCommandText"
Код:
if (strcmp("/Put any name here", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid,_,_,_ );
		return 1;
7.Fill this like this what i did Ex:
Код:
SetPlayerPos(playerid,329.9315,2486.3523,17.4590);
8.Put the code that you write somewhere on there up as i did.(Remove this"_")
9.It's all you have to do

If you want help ONLY on this topic i can help
Give me a Rep+ if i help you
Reply


Messages In This Thread
Changing City on GM - by En - 28.04.2012, 11:19
Re: Changing City on GM - by James Coral - 28.04.2012, 11:25
Re: Changing City on GM - by Deal-or-die - 28.04.2012, 11:48
Re: Changing City on GM - by .FuneraL. - 28.04.2012, 11:57
Re: Changing City on GM - by En - 01.05.2012, 14:06
Re: Changing City on GM - by [DeNi(T)hi] - 01.05.2012, 15:25

Forum Jump:


Users browsing this thread: 1 Guest(s)