player will be jump after alt+tab / set player
#5

Quote:
Originally Posted by Macronix
Посмотреть сообщение
Show us your command code then
comand to set player jump?
here
PHP код:
CMD:setjump(playeridparams[])
{
    if(
pInfo[playerid][pAdmin] > )
    {
        new 
id;
        if(
sscanf(params"d"id))
        {
            
SCM(playerid, -1"Usage: /setjump [id]");
        }
        else
        {
            if(
icanjump[id] == false)
            {
                
icanjump[id] == true;
                
SCM(playerid, -1,"You have set id: ... can be more jump");
            }
            else if(
icanjump[id] == true)
            {
                
icanjump[id] == false;
                
SCM(playerid, -1,"You have set id: ... can not be more jump");
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
[NOT FIXED] player will be jump after alt+tab / set player - by kloning1 - 10.02.2017, 15:40
Re: player will be jump after alt+tab / set player - by X337 - 10.02.2017, 15:46
Re: player will be jump after alt+tab / set player - by kloning1 - 10.02.2017, 16:07
Re: player will be jump after alt+tab / set player - by Macronix - 10.02.2017, 16:10
Re: player will be jump after alt+tab / set player - by kloning1 - 10.02.2017, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)