/aduty and ahacks help
#1

Greetings,



Hi sa-mp. Well yesterday I was making this simple script and I can not understean why I arround "Left or right", take a look:

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_SPRINT)
    {
        if(gPlayerInfo[playerid][pAdmin] >= 1)
        {
            if(OnDuty[playerid] == true)
            {
                new Float:x,Float:y,Float:z;
                GetPlayerPos(playerid,x,y,z);
                SetPlayerVelocity(playerid, 1.5,1.5,0.3);
                SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);
            }
        }
    }
    return 1;
}
This is my code, and I want just to go in teh section where the skin is looking for. I don`t know if you understeandm e. but if you understeand, please help me with this.

Regards,
Pablo.
Reply


Messages In This Thread
/aduty and ahacks help - by PabloDiCostanzo - 24.09.2013, 21:12
Respuesta: /aduty and ahacks help - by PabloDiCostanzo - 26.09.2013, 03:11
Re: /aduty and ahacks help - by zrelly - 26.09.2013, 04:52
Respuesta: /aduty and ahacks help - by PabloDiCostanzo - 26.09.2013, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)