Jump to content

T1nKoD3

Membru
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

436 profile views

T1nKoD3's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Mia aparut ast adupa ce am adugat in Gm asta forward Kick_Ban ( playerid, bool: kickban ); public Kick_Ban ( playerid, bool: kickban ) return ( !kickban ) ? Kick ( playerid ) : Ban ( playerid ); Si asta #define Kick(%1) SetTimerEx ( "Kick_Ban", 5000, false, "ii", %1, false ) #define Ban(%1) SetTimerEx ( "Kick_Ban", 5000, false, "ii", %1, true )
  2. La fel face asa ,adica el nici nu ruleaza nustiu dece l-am pus in plungis lam scris in server.cfg la pluigns si nu-l citeste mai am 2 pluginsuri stream si sscanf si daca il pun dupa asta nu ruleaza dar daca il pun in fata la astea 2 atunci nici unu nu ruleaza
  3. Problema intalnita (descriere):Cind deschid serverul imi apare Ero(area / rile) / warning-(ul / urile): Script[gamemodes/NewStoryTR.amx]: Run time error 20: "Invalid index parameter (bad entry point)"Liniile de cod / sursa / script-ul:- Imagini / Video (optional):- Ati incercat sa rezolvati singur?:-As incerca dar nustiu de la ce e...
  4. Nu am public la OnPlayerCommandText il fac? EDIT: am facut public Imi cerea sa definesc #define TotalMasini #define IsVehicleEmpty dar imi cere sa definesc si cmd dar daca il definesc imi da mai multe erori 25 Uite erori dupa ce finesc totalmasini si is ceh empty E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(194) : error 017: undefined symbol "cmd" E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(196) : error 029: invalid expression, assumed zero E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(196) : warning 215: expression has no effect E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(196) : error 001: expected token: ";", but found ")" E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(196) : error 029: invalid expression, assumed zero E:A.Server nou Trucking Dsamp03gamemodesNewStoryTR.pwn(196) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 5 Errors. Apropo am facut corect publicul? public OnPlayerCommandText(playerid)
  5. Pai unde o pun ?Ca comenzile la trucking sunt in include si nus cu if-uri sau in GM La ONPlayerCommand....nu mai tin minte?
  6. Mda..Dar vreau sa fac mai simpla comanda...am downloadat si fs-uri depe net insa se spawneaza masini dar fara benzina cum pot sa rezolv>?
  7. Problema intalnita (descriere):VReau sa fac comanda /car ca cind sa dau /car sa scriu nume nu sa-mi apara lista cu masini si tot sa dau in continuu next next next Ero(area / rile) / warning-(ul / urile):Nu-mi da eroare Liniile de cod / sursa / script-ul:Liniile Scriptului : COMMAND:car(playerid, params[]) { // Send the command to all admins so they can see it SendAdminText(playerid, "/car", params); // Check if the player has logged in if (APlayerData[playerid][LoggedIn] == true) { // Check if the player's admin-level is at least 1 if (APlayerData[playerid][PlayerLevel] >= 1) { // Make sure the player isn't inside a vehicle if (GetPlayerVehicleID(playerid) == 0) CarList_Create(playerid); // Create a list of cars (only the first 10 cars) and show the dialog so the player can choose a car } else return 0; } else return 0; // Let the server know that this was a valid command 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.