Jump to content

Diabolik

Membru
  • Posts

    716
  • Joined

  • Last visited

Posts posted by Diabolik

  1. Stop nu va mai certati, daca vreti scandal vorbiti pe pm.

    Intra aici http://wiki.sa-mp.com/wiki/Keys

    Inloc de cum ai tu cu H:

    if(((newkeys == KEY_CROUCH) || HOLDING(KEY_CROUCH))
    Eu ti l-am pus pe Q ca pe J nu este functia.
    if(((newkeys == KEY_LOOK_LEFT) || HOLDING(KEY_LOOK_LEFT)

  2. Incearca:

    LoadZones();
        for(new i=0; i < sizeof(ZoneInfo); i++)
    	{
        	Zones[i] = GangZoneCreate(ZoneInfo[i][zMinX], ZoneInfo[i][zMinY], ZoneInfo[i][zMaxX], ZoneInfo[i][zMaxY]);
    	}
    	for(new i = 0; i < sizeof(TurfInfo); i++)
    	{
        	Turfs[i] = GangZoneCreate(TurfInfo[i][zMinX],TurfInfo[i][zMinY],TurfInfo[i][zMaxX],TurfInfo[i][zMaxY]);
            GRV = GangZoneCreate(2406,349, -1748,974, 2607,899, -1634,489);
            return (1);
        }
    

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.