Jump to content

Gabriel19

Membru
  • Posts

    73
  • Joined

  • Last visited

    Never

About Gabriel19

  • Birthday 04/19/1993

Gabriel19's Achievements

Collaborator

Collaborator (7/14)

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

Recent Badges

0

Reputation

  1. Dar te-ai intrebat daca este al lui?
  2. Da acele "erori" apar deoarece nu se conecteaza la baza de date
  3. 100% nu e facut de tine am mai vazut pe un gm dar nu ii mai tin minte numele o sa revin cu edit 1/5 pentru copiat!
  4. Salut, am si eu o problema la un GM , Problema este atunci cand te inregistrezi iti face contu si ti-l salveaza in tabel (Mysql) iar cand dau restart sau ies de pe server si reintru din nou imi spune sa ma loghez deoarece exista deja contul dar dupa ce ma loghez imi pune iar intrebari de la tutorial?
  5. Spre binele tau lasa-te de SA-MP;)
  6. //==========================[Jetpack]=================================================== if (strcmp(cmd, "/jetpack", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 7) //Level admin { SendClientMessage(playerid, COLOR_GREY, "Now you have the jetpack By TyX!"); SetPlayerSpecialAction(playerid, 2); return 1; } } } //=====================================[FLIP]============================================================ if(strcmp(cmd, "/flip", true) == 0) { if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_BLUE, "You are not in vehicle!"); { if(PlayerInfo[playerid][pAdmin] < 3) // level admin { SendClientMessage(playerid, COLOR_GRAD1, "You do not have access to this command"); return 1; } new vehicle; new Float:zangle; vehicle = GetPlayerVehicleID(playerid); GetVehicleZAngle(vehicle,zangle); SetVehicleZAngle(vehicle,zangle); SendClientMessage(playerid, COLOR_BLUE, "Your car was returned successfully by TyX!"); } return 1; }
  7. D:\SAMP\samp0.3d versiunea 2.3\gamemodes\2.pwn(29283) : warning 202: number of arguments does not match definition D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55935) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55937) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55939) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55945) : error 054: unmatched closing brace ("}") D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55946) : error 010: invalid function or declaration[code] D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55952) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55955) : error 021: symbol already defined: "SendClientMessage" D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55960) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(55967) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv-2.pwn(55976) : error 010: invalid function or declaration D:\SAMP\samp0.3d versiunea 2.3\gamemodes\sv2.pwn(56984) : warning 209: function "OnPlayerKeyStateChange" should return a value Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 10 Errors. if(dialogid == ADMINMENU) { if(response) { if(listitem == 0) // { SendClientMessage(playerid, COLOR_GREEN," × × × Admin Level 1 × × ×"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } if(listitem == 1) // { SendClientMessage(playerid, COLOR_GREEN," × × × Admin Level 2 × × ×"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } if(listitem == 2) // { SendClientMessage(playerid, COLOR_GREEN," × × × Admin Level 3 × × ×"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } if(listitem == 3) // { SendClientMessage(playerid, COLOR_GREEN," × × × Admin Level 4 × × ×"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } if(listitem == 4) // { SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } if(listitem == 5) // { SendClientMessage(playerid, COLOR_GREEN," × × × OWNER × × ×"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Comenzi"); } } } Unde am gresit?
  8. Salut! Cum pot face ca atunci cand ma urc in masina unui NPC sa mi se ia o anumita suma de bani?
  9. Ma poate ajuta cineva?
  10. Salut! Cum pot face ca, cand ma urc in masina la un NPC sa ia o anumita suma de bani jucatorului?
×
×
  • 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.