ayuda con un anticbug
#1

hola, estaba tratando de hacer un no-cbug para un gm que andaba creando pero no me funciono, alguien me podria ayudar con el pl0x.

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    new weapon = GetPlayerWeapon(playerid);
    if(newkeys & KEY_CROUCH && weapon > 23 && weapon < 35)
    {
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid,X,Y,Z);
        SetPlayerPos(playerid,X,Y,Z+0.6);
        SetPlayerFacingAngle(playerid,random(360));
        SetCameraBehindPlayer(playerid);
        GivePlayerWeapon(playerid,1,1);
        PlayerPlaySound(playerid,1190,0.0,0.0,0.0);
        return 1;
    }
    return 1;
}
Reply
#2

Puedes guiarte con estos fs:

http://forum.sa-mp.com/showthread.ph...highlight=cbug
http://forum.sa-mp.com/showthread.ph...highlight=cbug
http://forum.sa-mp.com/showthread.ph...highlight=cbug
http://forum.sa-mp.com/showthread.ph...highlight=cbug

NOTA: Son diferentes los post... no le hagas caso al nombre del link.
Reply
#3

їA quй te refieres con anti-cbug? Eso no lo entendн xd
Reply
#4

Quote:
Originally Posted by iDarkRain
Посмотреть сообщение
їA quй te refieres con anti-cbug? Eso no lo entendн xd
Creo que es Agacharse a cada rato jaja porq dice C-BUG al principio ta la C Yoqse....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)