[HELP] Two Questions
#1

1. Can someone make an mute-unmute command with "strcmp"?
2. Mega Jump (on/off)

Mega Jump(on):
pawn Код:
else if(dialogid == 15)
    {
        if(response)
        {
            if (PRESSED(KEY_JUMP))
            }
                SetPlayerVelocity(playerid,0.0,0.2,0.5);
            }
        }
        return 1;
    }
Mega Jump(off):
pawn Код:
else if(dialogid == 16)
    {
        if(response)
        {
            if (PRESSED(KEY_JUMP))
            }
                SetPlayerVelocity(playerid,0.0,0.0,0.0);
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[HELP] Two Questions - by Larsey123IsMe - 13.12.2010, 20:38
Re: [HELP] Two Questions - by blackwave - 13.12.2010, 21:03
Re: [HELP] Two Questions - by XePloiT - 13.12.2010, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)