SA-MP Forums Archive
AIM Script - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: AIM Script (/showthread.php?tid=167774)



AIM Script - MJ! - 13.08.2010

Is there any AIM Script ? I mean, to see only my right hand with the weapon ...


Re: AIM Script - 0ne - 13.08.2010

There is. SEARCH.


Re: AIM Script - OldDirtyBastard - 13.08.2010

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 1);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, 1);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 1);
    return 1;
}
This should be it i think...


Re: AIM Script - MJ! - 13.08.2010

# One - i have 30 - 45 minutes that I'm trying to find one

# OldDirtyBastard - you're near subject ( off-topic ) )


Re: AIM Script - MJ! - 13.08.2010

I've found only this http://forum.sa-mp.com/showthread.ph...Person+Shooter

But this don't show my weapons ...

6 months ago, i've found a fs which shows my weapon ... can somebody find it ? i don't find it


Re: AIM Script - playbox12 - 13.08.2010

What do you mean, do you want people to NOT have dual handed guns or something else I dont get.


Re: AIM Script - playbox12 - 13.08.2010

Double post sorry, fail.


Re: AIM Script - Retardedwolf - 13.08.2010

He wants it to be a 1st Person Shooter.


Re: AIM Script - OldDirtyBastard - 13.08.2010

lol i thoud he talks about the weapon skill


Re: AIM Script - MJ! - 14.08.2010

Yes, I search that script which use some simple functions, like SetPlayerCameraPos & SetPlayerCameraLookAt, and i see only my right hand with the weapon in it ( when i AIM )

Like in Counter-Strike, that's what i need