Jump to content

Dennis12.

Membru
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Dennis12.

  1. :))))) Nimeni nu da nimic gratis in lume.
  2. Te doare mana sa cauti prin include-urile cu TD-uri ?
  3. Frumos, dar se putea totusi si mai bine, totusi pentru internet e ok.
  4. Comanda [/speed] ai putea sa o simplifici astfel: CMD:speed(playerid, params[]) { if (PlayerInfo[playerid][pAdmin] >= 6) { if(SpeedBoost[playerid]) { SpeedBoost[playerid] = 0; // Dezactivat SCM(playerid, COLOR_RED, "[Speed Boost]Ai dezactivat comanda Speed Boost!"); } else { SpeedBoost[playerid] = 1; // Activat SCM(playerid, COLOR_GREEN, "[Speed Boost]Ai activat comanda Speed Boost!"); } } return 1; } CMD:speed(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 6) return SCM(playerid, COLOR_WHITE, "You are not an admin."); if(SpeedBoost[playerid] == 1) SpeedBoost[playerid] = 0, SCM(playerid, COLOR_WHITE, "Ai dezactivat speedboost"); else SpeedBoost[playerid] = 1, SCM(playerid, COLOR_WHITE, "Ai activat speedboost."); return 1; }
  5. Arata bn, dar nu este pozitionat prea ok.
  6. RPG.BURNED.RO este intr-un include. bine v a facut Edw :)))
×
×
  • 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.