Teleport problem
#2

pawn Код:
COMMAND:DM(playerid, params[])
{
    if(APlayerData[playerid][PlayerLevel] >= 1) // Your level.
    {
        SetPlayerPos(playerid, 1302.519897,-1.787510,1001.028259);
        SetPlayerInterior(playerid, 18);
        SendClientMessage(playerid, -1, "Welcome to Warehouse 2");
    }
    else
    {
        // What would happen if the condition is not fulfilled.
    }
    return 1;
}

If it is not it, check that it is not using 'ZCMD 'and 'OnPlayerCommandText' in the same script.


Regards.
Reply


Messages In This Thread
Teleport problem - by thegamer355 - 29.01.2014, 15:10
Respuesta: Teleport problem - by Swedky - 29.01.2014, 15:18
Re: Teleport problem - by thegamer355 - 29.01.2014, 16:11
Re: Teleport problem - by DerickClark - 29.01.2014, 16:17
Re: Teleport problem - by thegamer355 - 29.01.2014, 16:41
Re: Teleport problem - by TLN - 29.01.2014, 16:45
Re: Teleport problem - by DerickClark - 29.01.2014, 16:55
Re: Teleport problem - by thegamer355 - 29.01.2014, 18:19
Re: Teleport problem - by thegamer355 - 31.01.2014, 13:14
Re: Teleport problem - by BroZeus - 31.01.2014, 13:27

Forum Jump:


Users browsing this thread: 2 Guest(s)