10.06.2009, 06:10
Ok well I want to change how the peds hold guns, now they hold M4's and stuff with one hand, but I want them to hold it with to, can someone tell me what I have to change?
// OnGameModeInit
UsePlayerPedAnims(1);
Originally Posted by Abernethy
I think it's.
pawn Код:
|
Originally Posted by L30
Quote:
|
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
UsePlayerPedAnims();
return 1;
}