Advertisement
fenixgaming7

Desabilitar Funções Do GTA Sandreas SA-MP

Sep 17th, 2024 (edited)
241
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.38 KB | Gaming | 0 0
  1. //Boy Equipe Fênix Community
  2.  
  3. public OnGameModeInit()
  4. {
  5.     EnableStuntBonusForAll(0);
  6.     UsePlayerPedAnims(); //tirar anim de correr devagar
  7.     DisableInteriorEnterExits();//Desabilitar Interiores Do Gta Sandreas.
  8.     ShowPlayerMarkers(0);//desabilita player marcado no mapa.
  9.  
  10.     //ShowNameTags(false); //desabilita nome e id encima da cabeça dos players
  11.     return 1;
  12. }
  13.  
  14.  
  15.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement