Jump to content

Alexandru2013

Membru
  • Posts

    19
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Alexandru2013

  1. Nick:Alexandru2013 Problemă:Folosesc gamemododul r-gaming v1.5 si vreau sa pot avea 3 masini personale sa nu mai apara(masina personala motor personal barca personala)Vreau sa fie slot 3 masini Erori / warnings:nici una Lini/script:dau pe parcus Ai incercat sa rezolvi singur nu
  2. Nick:Alexandru2013 Problema:pai am luat acest script http://www.sa-mp.ro/forum/index.php?topic=12269.0 si cand creez masina sau cand ma urc in ea nu apare textu ca e de vanzare sau daca dau /v buy nimik Erori / warnings: Lini/script: Ai incercat sa rezolvi singur ?:da dar nam reusit
  3. Nick:Alexandru2013 Problema:Deci am dau complite si nu merge imi apare Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase si amx este 0gb Erori / warnings: Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Lini/script:nu cred ca e nevoie dar dau pe parcus Ai incercat sa rezolvi singur ?:Da,dar nam reusit
  4. Nick:Alexandru2013 Problema:Cand schimb NFScar in tractaricar imi da eroare Erori / warnings:Da eroare cand schimb din NFSCAR In tractaricar folosesc gamemodul pro-gaming Lini/script:le dau pe parcus Ai incercat sa rezolvi singur ?:Da am schimbat la loc NFSCAR
  5. Pai am schimbat cu asta: [pawn]//----------------------------------[AdminChat]----------------------------------------------- if(strcmp(cmd, "/admin", true) == 0 || strcmp(cmd, "/a", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } for(new i=0; i<MAX_PLAYERS; i++) if(FindIP(result)) /// { new advertiser[MAX_PLAYER_NAME]; GetPlayerName(playerid, advertiser, sizeof(advertiser)); format(string, sizeof(string), "[Warning]: %s face reclama ",advertiser,i); ABroadCast(COLOR_LIGHTRED,string,1); return 0; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: (/a)dmin [admin chat]"); return 1; } new arank[128]; if(PlayerInfo[playerid][pAdmin] == 1) { arank = "Test Admin"; } else if(PlayerInfo[playerid][pAdmin] == 2) { arank = "Advanced Admin"; } else if(PlayerInfo[playerid][pAdmin] == 3) { arank = "Good Admin"; } else if(PlayerInfo[playerid][pAdmin] == 4) { arank = "Proffesional Admin"; } else if(PlayerInfo[playerid][pAdmin] == 5) { arank = "Co-Owner"; } else if(PlayerInfo[playerid][pAdmin] == 6) { arank = "Owner"; } else if(PlayerInfo[playerid][pAdmin] == 7) { arank = "Scripter"; } else if(PlayerInfo[playerid][pAdmin] == 8) { arank = "Fondator"; } else { arank = "Owner"; } format(string, sizeof(string), "*** %s %s *** %s", arank, sendername, result); if (PlayerInfo[playerid][pAdmin] >= 1) { SendAdminMessage(COLOR_YELLOW, string); } printf("Admin %s: %s", sendername, result); } return 1; }[/pawn] simi da eroare asta: B:\Diwnload\gamemoduri\Server\gamemodes\GMarea.pwn(38249) : warning 217: loose indentation B:\Diwnload\gamemoduri\Server\gamemodes\GMarea.pwn(38250) : error 017: undefined symbol "FindIP" B:\Diwnload\gamemoduri\Server\gamemodes\GMarea.pwn(38255) : error 017: undefined symbol "ABroadCast" B:\Diwnload\gamemoduri\Server\gamemodes\GMarea.pwn(38258) : warning 217: loose indentation B:\Diwnload\gamemoduri\Server\gamemodes\GMarea.pwn(38280) : error 017: undefined symbol "SendAdminMessage" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
  6. Nick:Alexandru2013 Problema:Cand scriu /a test nu se vede ce scriu Erori / warnings: Lini/script: if(strcmp(cmd, "/admin", true) == 0 || strcmp(cmd, "/a", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_SI, "USAGE: /a [text]"); return 1; } if (PlayerInfo[playerid][pAdmin] == 1) { format(string, sizeof(string), ""MAYOR"• "SI"Trial Admin %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 2) { format(string, sizeof(string), ""MAYOR"• "SI"Good Admin %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 3) { format(string, sizeof(string), ""MAYOR"• "SI"Best Admin %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 4) { format(string, sizeof(string), ""MAYOR"• "SI"Head Admin %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 1337) { format(string, sizeof(string), ""MAYOR"• "SI"Co-Owner %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 1338) { format(string, sizeof(string), ""MAYOR"• "SI"Owner %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } else if (PlayerInfo[playerid][pAdmin] == 1339) { format(string, sizeof(string), ""MAYOR"• "SI"R00t Admin %s: "MAYOR" %s", sendername, result); AdminsMessage(-1, string); } new y, m, d; new h, mi, s; getdate(y,m,d); gettime(h,mi,s); format(string, sizeof(string), "[Data comenzii]: (%d-%d-%d). [Ora comenzii]: [%d:%d:%d]", d, m, y, h, mi, s); AdminChatLog(string); format(string, sizeof(string), "[Atentie]: %s Admin Level %d: %s", sendername, PlayerInfo[playerid][pAdmin], result); AdminChatLog(string); } return 1; } Ai incercat sa rezolvi singur ?:Am incercat sa iau de la alt sv dar da eroare
  7. Nick:Alexandru2013 Problema:in loc sa scriu /radio sa apas tasta y Erori / warnings:nu am incercat Lini/script:dau pe parcus Ai incercat sa rezolvi singur ?:da dar nam reusit
  8. C:\Documents and Settings\Alexandru\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(31968) : error 037: invalid string (possibly non-terminated string) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. Va rog heelp
  9. Nu lasal orcum mai este si pe gta-mp ;) :| :cool: :tongue:
  10. Pentru ca EmiNEm a sters gamemode-u postat am postat eu din nou, cu totate foldere corespunzatoare >- Serverul are urm?toarele fac?iuni : departamente : - Politia Romana - F.B.I - Român? - armat? Fac?iuni pa?nice : - SMURD - Guvernul - Scoala de Instructor - Pro - Gaming News - Speed ??Taxi - Need For Speed Security - total Factions periculoase : - Hitman Prostitu?ia , camatarie , trafic de fiin?e umane , de protec?ie fiscal?, drogurile - asta e ceea ce este trecut în " CV-ul " umbrit orice respectabil . ?i Pro - Gaming nu duce lips? de astfel de juc?tor care sfideaz? legea ?i terorizeze cet??enii din acest server : - Clanul Dragonu - Clanul Camataru - Clanul Sadoveanu - Clanul Duduianu - Clanul Capone - Clanul Corsicanu Serverul are urm?toarele locuri de munc? : Posturi : Fermier detectiv avocat mecanic gard? personal? ?ofer de autobuz Boxer Dealer auto ziarist c?ru?a? tractorist transportator hotdog m?tur?tor de strad? pescar Locuri de munca ilegale : traficant de droguri Traficantul de arme Mai multe caracteristici : Insula - Pro - Gaming cu vile pentru cei boga?i - Mall unde poti cumpara de afaceri ( Bizuri ) - Cumpararea sistem de licen?e Teritorii - r?zboi pentru teritorii ( / r?zboi ) [ are unele bug-uri ] - Personal car - dealer - Peste 200 de case care pot fi achizi?ionate - Peste 20 de afaceri - Agent de sistem ( / ajutor [ problema ] - Locuri de munca pot fi luate de la Primarie Sistem - Bank - jefuit cu negru Van - O curte maxima cu inchisoarea de securitate p?zit de armat? =========================== Fondator : Indecen3T Scripter : Razvanz Mapper : Linu =========================== Mul?i al?ii te descoperi pe server ! In server.cfg la GameMode sa aveti PMAIRECENT 1 Daca va fost de folos 1+ ma face fericit:D LINK DOWNLOAD: STERS VIRUS SCAN: https://www.virustotal.com/ro/file/05737e04fd6e1cb9d729cb29b71abf2b9d042ea0ed114ba60e89b4ca1fbaa684/analysis/1382040097/ Cateva video-uri, nu am timp eu de poza ca vrea VICIU:
  11. Frumos 10/10 tineo tot asa :smiley: :smiley: :smiley: :grin: :grin: )
  12. Imi zice cnv unde sunt masinile personale va rog :cry: :cry: :cry: :cry: :cry: :angry:
  13. Nui facut de tine e loat dupa un site daca doresti iti dau pm sa vezi :sad: ) )
  14. Unde sunt masinile personale ( :embarrassed:
  15. Mie numi merge v1.2 dece?
  16. 6/10 DACA E FACUT DE TINE :cheesy:
×
×
  • 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.