Jump to content

irinelbro69

Membru
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    6

irinelbro69 last won the day on June 25 2023

irinelbro69 had the most liked content!

2 Followers

About irinelbro69

  • Birthday 04/04/2006

Profile Information

  • Sex
    Masculin
  • Location
    Iasi
  • Interests
    bugged.ro
  • In-game Name
    irinelbro69
  • Level of knowledge
    Experimentat

Contact Methods

Recent Profile Visitors

2,248 profile views

irinelbro69's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well Rare
  • Dedicated Rare
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

25

Reputation

2

Community Answers

  1. p.s: eventual poti folosi si OnPlayerEnterDynamicArea daca vrei sa apelezi ceva atunci cand intra in zona
  2. poti folosi streamer pentru a crea o zona, ai mai jos link cu functiile pe care le poti folosi sa creezi zona https://github.com/samp-incognito/samp-streamer-plugin/wiki/Natives-(Areas) dupa ce ai creat zona, poti folosi OnPlayerLeaveDynamicArea pentru a verifica daca iese din zona pe care ai creat-o
  3. liniile cu RemoveBuildingForPlayer pune-le la OnPlayerConnect, iar cele cu CreateObject la OnGameModeInit() (sau OnFilterScriptInit() daca folosesti un filterscript)
  4. salut, dm me pe discord daca nu ai gasit deja: irinelbro69
  5. up! inca mai sunt disponibil. astept mesaje pe discord: irinelbro69
  6. aia e. se pare ca nu prea mai poti gasi persoane din acest "domeniu" cu care sa poti interactiona
  7. mai sunteti si in 2024? daca da, cum ma pot alatura?
  8. ia-ti ceva bigzone/vortex si incearca sa modifici / repari chestii daca vrei sa inveti, pe un gamemode de la 0 nu poti invata multe
  9. Salut, incearca comanda asta: CMD:me(playerid, params[]) { if(isnull(params) || strlen(params) < 3) { return SendClientMessage(playerid, 0xFFFFFFFF, "/me [action]"); } new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); new message[128]; format(message, sizeof(message), "(/me) * %s: %s", name, message); return SendNearbyMessage(playerid, COLOR_PURPLE, message); } Inainte de comanda / dupa, e alegerea ta, adauga si urmatorul stock: stock SendNearbyMessage(playerid, color, message[], Float:distance = 15.0) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); for(new player = 0; player < MAX_PLAYERS; player++) { if(GetPlayerVirtualWorld(player) != GetPlayerVirtualWorld(playerid)) continue; if(GetPlayerInterior(player) != GetPlayerInterior(playerid)) continue; if(GetPlayerDistanceFromPoint(player) > distance) continue; SendClientMessage(player, color, message); } return 1; }
  10. incearca sa instalezi directx 10 https://www.offlineinstallerapps.com/directx-10-offline-installer-windows-pc/ sau sa stergi gta_sa.dat din documents/GTA San Andreas User Files
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.