[Filterscript] Need /goto toogle
#10

Quote:
Originally Posted by Mean
Посмотреть сообщение
Edited my previous post, use that goto.

About the warning:
pawn Код:
dcmd_igoto(playerid,params[]) {
    #pragma unused params
    if(gotost[playerid] == 1) {
        SendClientMessage(playerid, -1, "Players can no longer teleport to you.");
        gotost[playerid] = 0;
    }
    else {
        SendClientMessage(playerid, -1, "Players can now teleport to you.");
        gotost[playerid] = 1;
    }
    return 1;
}
/igoto command doesn't work.
SERVER: Unknown command
Reply


Messages In This Thread
[Filterscript] Need /goto toogle - by ixesas - 13.01.2012, 21:06
Re: [Filterscript] Need /goto toogle - by Snowman12 - 13.01.2012, 21:19
Re: [Filterscript] Need /goto toogle - by ixesas - 13.01.2012, 21:20
Re: [Filterscript] Need /goto toogle - by Soumi - 13.01.2012, 21:30
Re: [Filterscript] Need /goto toogle - by Mean - 13.01.2012, 21:43
Re: [Filterscript] Need /goto toogle - by ixesas - 14.01.2012, 12:11
Re: [Filterscript] Need /goto toogle - by Mean - 14.01.2012, 12:21
Re: [Filterscript] Need /goto toogle - by ixesas - 14.01.2012, 12:28
Re: [Filterscript] Need /goto toogle - by Mean - 14.01.2012, 12:31
Re: [Filterscript] Need /goto toogle - by ixesas - 14.01.2012, 12:45

Forum Jump:


Users browsing this thread: 4 Guest(s)