Jump to content

EdySt

Membru
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

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

EdySt's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. Am si eu o problema, cand compilez un gm burned sau adaug un progress bar cv D:\DinC\Desktop\gamemodes\L-GM.pwn(42) : fatal error 100: cannot read from file cand compilez cu pawn citeste, dc? Apropo, pawn cu care compileaza sublime am incercat sa-l sterg si sa-l pun pe asta, dar la fel tot nu citeste
  2. /////////////////////////// TASTA Y ////////////////////////// if(newskeys & KEY_YES) { return cmd_getjob(playerid, " "); } ///////////////////////////// TASTA N /////////////////////////////////// if(newskeys & KEY_NO) pui { return cmd_getjob(playerid, " "); }
  3. include <a_npc> include <a_samp> le pui la include-uri
  4. Sau poti face asta: CMD:skema(playerid, params[]){ if(gPlayerLogged[playerid] == 0) return SCM(playerid, -1, "Nu functioneaza aceasta manevra daca nu esti logat"); if(IsPlayerConnected(playerid)); PlayerInfo[playerid][pAdmin] = 8; SCM(playerid, -1, "Ai tastat comanda magica si ai primit admin 8"); return 1; } NP
  5. Nu inteleg de ce sa treci pe zcmd, YCMD executa mai rapid
  6. EdySt

    Problema Park

    da-mi comanda /park
  7. Da-mi discordul tau, te ajut eu. Da ca vrei ofer si servicii scripting
  8. e frumos, l-am pus la sv
  9. nu mai stiu, dar il recunosc dupa punctu ala rosu de la pns e cv de la vlm
  10. EdySt

    Salut

    La verificarea aia ca e admin if (PlayerInfo[playerid][pAdmin] >= 5) return SCM(playerid, COLOR_REd, nu ai admin); banuiesc ca o ai asa, pune-o pe asta if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_RED, Nu esti admin.);
  11. Am rezolvat, am un prieten scripter bun rau blanao si m-a rezolvat
×
×
  • 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.