Jump to content

FaNeL[]

Membru
  • Posts

    15
  • Joined

  • Last visited

  • Days Won

    1

FaNeL[] last won the day on August 18 2018

FaNeL[] had the most liked content!

Profile Information

  • Sex
    Masculin
  • In-game Name
    FaNeL[]
  • Level of knowledge
    Mediu

Recent Profile Visitors

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

FaNeL[]'s Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

4

Reputation

  1. CMD:skemaalexu(playerid, params[]) { new giveplayerid, splayer[25], adminlevel; if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "You need to login first."); if(PlayerInfo[playerid][pAdmin] < 0) return SendClientMessage(playerid, COLOR_ERROR, "Nu ai gradul necesar ca sa folosesti aceasta comanda!"); if(sscanf(params,"s[25]i",splayer,adminlevel)) return SendClientMessage(playerid, COLOR_SYN, "Sintaxa:{FFFFFF} /makeadmin <Player ID/Name> <admin level (1-6)>"); { if(adminlevel >= 0 && adminlevel <= 1337) {} else return SendClientMessage(playerid, COLOR_SYN, "Sintaxa:{FFFFFF} /makeadmin <Player ID/Name> <admin level (1-6)>"); if(GetPlayers(splayer) == INVALID_PLAYER_ID) return InvalidPlayer(playerid); else if(GetPlayers(splayer) == 1000) return ToManyResults(playerid); else if(GetPlayers(splayer) == 1001) return ShowResults(playerid, splayer); else giveplayerid = GetPlayers(splayer); if(adminlevel >= 1) { format(gString, sizeof(gString), "Ai fost promovat la gradul de admin %d de managerul %s.", adminlevel, GetName(playerid)); SendClientMessage(giveplayerid, COLOR_SYN3, gString); format(gString, sizeof(gString), "L-ai promovat pe %s la gradul de admin %d.", GetName(giveplayerid), adminlevel); SendClientMessage(playerid, COLOR_SYN3, gString); SetPlayerSkin(giveplayerid, 217); PlayerInfo[giveplayerid][pSkin] = 217; Update(giveplayerid, pSkinx); for(new i = 0; i < sizeof(gString); i++) format(gString, sizeof(gString), "Reports: ~y~%d ~w~/ Questions: ~y~%d", Reports, Questions); PlayerTextDrawSetString(giveplayerid, StaffInfo[giveplayerid], gString); PlayerTextDrawShow(giveplayerid, StaffInfo[giveplayerid]); } else { format(gString, sizeof(gString), "Ai fost demis din echipa administrativa de managerul %s.", GetName(playerid)); SendClientMessage(giveplayerid, COLOR_SYN3, gString); format(gString, sizeof(gString), "L-ai demis pe %s din echipa administrativa.", GetName(giveplayerid)); SendClientMessage(playerid, COLOR_SYN3, gString); PlayerTextDrawHide(giveplayerid, PlayerText:StaffInfo[giveplayerid]); } PlayerInfo[giveplayerid][pAdmin] = adminlevel; Update(giveplayerid, pAdminx); format(gString, sizeof(gString), "%s has promoted %s to a level %d admin.", GetName(playerid), GetName(giveplayerid), adminlevel); CMDRaport(gString, 6, 0); } return 1; } Asta ce e ? =]]
  2. Mai faci si tu un update la gm ? sau sa mai faci un gamemode? esti foarte tare bro
  3. Username : FaNeL Problema întâlnită: Cand dau /viewapps Detalii despre problemă:Cand execut comanda /viewapps zice ca nu sunt aplicatii si am creat aplicatia cu /fapply Ce ai încercat să faci înainte să postezi?: Am incercat sa rezolv problema dar nu am reusit. Cod sursa (recomandat pastebin.com) : pastebin.com/cqQ217is = /viewapps || pastebin.com/ptrLisNb = /fapps Alte detalii : Sunt la inceput.
  4. Username : FaNeL Problema întâlnită: Cand dau /fapply. Detalii despre problemă:Cand execut comanda /fapply si selectez factiunea dorita si dau apply imi zice ca am deja o aplicatie. Ce ai încercat să faci înainte să postezi?: Am incercat sa rezolv problema dar nu am reusit. Cod sursa (recomandat pastebin.com) : pastebin.com/ptrLisNb Alte detalii : Sunt la inceput.
  5. unde ai gamemode0 wa-rpg in server.cfg pui gamemode0 wa-rpg 1
  6. Este super , buna treaba +1 Si multumesc pentru ajutor-ul oferit ?
  7. copiez tot din news in gm ?
  8. Trebuie sa pun tot din News in GM?
×
×
  • 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.