Other command !
#7

Here it is:

pawn Код:
if(strcmp("/cctv", cmdtext, true) == 0)
    {
        if(Spawned[playerid] == 1)
        {
            PlayerMenu[playerid] = 0;
            TogglePlayerControllable(playerid, 0);
            ShowMenuForPlayer(CCTVMenu[0], playerid);
        }
        else
        {
            SendClientMessage(playerid, 0xFF0000AA, "Please spawn first!");
        }
        return 1;
    }
Reply


Messages In This Thread
Other command ! - by dorperez - 05.12.2011, 13:09
Re: Other command ! - by dorperez - 06.12.2011, 15:30
Re: Other command ! - by dorperez - 08.12.2011, 14:28
Re: Other command ! - by Scones - 08.12.2011, 14:50
Re: Other command ! - by dorperez - 08.12.2011, 15:57
Re: Other command ! - by T0pAz - 08.12.2011, 16:04
Re: Other command ! - by dorperez - 09.12.2011, 13:31
Re: Other command ! - by §с†¶e®РµРe - 09.12.2011, 13:35
Re: Other command ! - by T0pAz - 09.12.2011, 13:49
Re: Other command ! - by dorperez - 09.12.2011, 13:58

Forum Jump:


Users browsing this thread: 2 Guest(s)