10.03.2014, 20:22
Yeah it's SetPlayerNoAssPickle(); in OnGameModeInit()
pawn Код:
SetPlayerNoAssPickle(bool:nopickle = true)
{
if(nopickle) UsePlayerPedAnims();
printf("Players will run with a pickle of their ass");
return 1;
}