SA-MP Forums Archive
ayuda con un anticbug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: ayuda con un anticbug (/showthread.php?tid=295797)



ayuda con un anticbug - sasuga - 08.11.2011

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;
}



Re: ayuda con un anticbug - dis77urbio - 08.11.2011

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.


Respuesta: ayuda con un anticbug - iDarkRain - 08.11.2011

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


Re: Respuesta: ayuda con un anticbug - digman - 08.11.2011

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....