Teleport Pos from...
#4

Tied that and nothing it says Unknown Command but the filescript is loaded.

Here it how it looks

pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
    if(!strcmp(cmdtext,"/middle",true))
    {
        SetPlayerPos(playerid,-1838.3984375, -3831.4243164063, 17.374668121338, 0, 0, 7);
        return 1;
    }
    return 0;
It is added with a filescript that the map is added

pawn Код:
CreateObject(703, -1838.3984375, -3831.4243164063, 17.374668121338, 0, 0, 7.2044677734375);
and thats the createobject [just one for a sample]
Reply


Messages In This Thread
Teleport Pos from... - by Tachibana - 30.05.2011, 16:34
Re: Teleport Pos from... - by Madsen - 30.05.2011, 16:37
Re: Teleport Pos from... - by MetalScript - 30.05.2011, 16:37
Re: Teleport Pos from... - by Tachibana - 30.05.2011, 16:45
AW: Teleport Pos from... - by Nero_3D - 30.05.2011, 17:35
Re: Teleport Pos from... - by Tachibana - 30.05.2011, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)