01.05.2012, 15:25
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
.
4.Write down that code somewhere(Don't write last "0" on ****** tab).
5.Now open your GameMode script by pawno and go to
(Will be middle of script).
6.Past this under "OnPlayerCommandText"
7.Fill this like this what i did Ex:
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
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[])
6.Past this under "OnPlayerCommandText"
Код:
if (strcmp("/Put any name here", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,_,_,_ );
return 1;
Код:
SetPlayerPos(playerid,329.9315,2486.3523,17.4590);
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

