Teleport cmd
#10

Quote:
Originally Posted by Spike Cena
Посмотреть сообщение
pawn Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/teleport", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, changeme);
        return 1;
    }
    return 0;
}
Is it souse to go like this?
Yeah it is supposed to be this way. Just follow thefatshizms way he will explain u with further problems.
Reply


Messages In This Thread
Teleport cmd - by Spike Cena - 14.05.2012, 16:33
Re: Teleport cmd - by [KHK]Khalid - 14.05.2012, 16:37
Re: Teleport cmd - by thefatshizms - 14.05.2012, 16:43
Re: Teleport cmd - by Spike Cena - 14.05.2012, 16:47
Re: Teleport cmd - by Faisal_khan - 14.05.2012, 16:49
Re: Teleport cmd - by thefatshizms - 14.05.2012, 16:55
Re: Teleport cmd - by Spike Cena - 14.05.2012, 16:57
Re: Teleport cmd - by Spike Cena - 14.05.2012, 17:02
Re: Teleport cmd - by thefatshizms - 14.05.2012, 17:09
Re: Teleport cmd - by Faisal_khan - 14.05.2012, 17:23

Forum Jump:


Users browsing this thread: 5 Guest(s)