Jump to content

Uzzi25_

Membru
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Uzzi25_ last won the day on August 16 2018

Uzzi25_ had the most liked content!

1 Follower

Recent Profile Visitors

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

Uzzi25_'s Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

6

Reputation

  1. Nu se cer comenzi , incerci singur si daca apar probleme le postezi aici si noi te ajutam !
  2. Ai luato inaintea mea cu include ceva de genu am facut si eu doar ca cu gift
  3. Am inebunit deja cu sistemu asta de 5 lini . Mor cand va vad atat ca mare sistem . E in plm o comanda care iti seteaza diferit culoarea la masina .
  4. Nu am avut ncici odata problema cu ei
  5. CMD:rac(playerid, params[], help) { if(PlayerInfo[playerid][pAdmin] < 3) return SCM(playerid, COLOR_WHITE, AdminOnly); new string[180]; for(new car = 0; car < 252; car++) { if(IsValidVehicle(car)) { if(!VehicleHaveDriver(car)) SetVehicleToRespawn(car); } } format(string, sizeof(string), "({FF0000}Admin Info{FFFFFF}) %s a respawnat toate vehiculele nefolosite!", GetName(playerid)); SendAdminMessage(COLOR_WHITE, string, 3); return 1; } stock VehicleHaveDriver(car) { foreach(Player, i) { if(IsPlayerConnected(i) && IsPlayerInVehicle(i, car)) return 1; } return 0; }
  6. Cauti in gamemode new Float: DealerCarPos1[59][4] = {
×
×
  • 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.