Jump to content

RobertHD12

Membru
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RobertHD12's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. adauga-ma, pe discord 4gaming^Super_Shot#4761
  2. YCMD:closestcar(playerid, params[], help) { if(IsPlayerLogged[playerid] == 0) return 1; if(PlayerInfo[playerid][pAdmin] < 2) return SCM(playerid, COLOR_GREY, AdminOnly); if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT) return SCM(playerid, COLOR_GREY, "NU trebuie sa te aflii intr-un vehicul."); new masina = GetClosestVehicle(playerid); if(!IsValidVehicle(masina)) return SCM(playerid, COLOR_GREY, "Nu sunt vehicule in jurul tau."); PutPlayerInVehicle(playerid, masina, 0); SCM(playerid, COLOR_GREY, "Ai fost teleportat in cel mai aproape vehicul."); return 1; }
×
×
  • 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.