Jump to content

KingZone

Membru
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    2

KingZone last won the day on February 13 2015

KingZone had the most liked content!

1 Follower

Recent Profile Visitors

1,518 profile views

KingZone's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

15

Reputation

1

Community Answers

  1. Tot aceeasi problema am si functia de pressed e definita.
  2. D:\Gamemode RPG\gamemodes\gmsamp.pwn(18300) : error 029: invalid expression, assumed zero D:\Gamemode RPG\gamemodes\gmsamp.pwn(18311) : error 029: invalid expression, assumed zero acestea sunt erorile!
  3. Problema intalnita (descriere):problema functie OnPlayerKeyStateChange sistem vote-kick Ero(area / rile) / warning-(ul / urile): linia 18300 if(PRESSED(KEY_YES)) { LINIA 18311 if(PRESSED(KEY_NO)) { Liniile de cod / sursa / script-ul(obligatoriu): ////////OnPlayerKeyStateChange///// /////////////////////////////////// if(Active == 1) { if(PRESSED(KEY_YES)) { new string[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); SendClientMessage(playerid, CL, "You voted to kick that player {FF0000}[YES]"); Active = 0; Close(); YesPlayers++; format(string, sizeof(string), "{FF0000}%s {FFCC33}voted for.", name); SendClientMessageToAll(-1, string); } if(PRESSED(KEY_NO)) { new string[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); SendClientMessage(playerid, CL, "You voted to don't kick that player {FF0000}[NO]"); Active = 0; Close(); NoPlayers++; format(string, sizeof(string), "{FF0000}%s {FFCC33}voted aganist.", name); SendClientMessageToAll(-1, string); } } Imagini / Video (optional):........... ----- Ati incercat sa rezolvati singur?: da dar nam reusit
  4. Am eroarea asta error 001: expected token: ",", but found "[" pentru functia asta format(gInfo[Owner],24,"%s",dini_Get(path,"Owner")); T/C Problema rezolvata!
  5. Problema intalnita (descriere): probleme la aceasta linie am incercat sa fac un sistem de garaje pe dini si am erorile astea .... Ero(area / rile) / warning-(ul / urile):error 001: expected token: ",", but found "[" , error 029: invalid expression, assumed zero Liniile de cod / sursa / script-ul(obligatoriu): format(gInfo[i][Owner],24,"%s",dini_Get(path,"Owner")); Imagini / Video (optional): - Ati incercat sa rezolvati singur?: Da ... am vrut sa pun [] dar na mers nici asa si chiar nu mi dau seama
  6. Problema intalnita (descriere):Problema sistemul de rapoarte pentru pd. folosesc gm saints nam avut nicio eroare cand la introdus dar in joc nu imi citeste nimic adica nu spune cate arestari are fiecare membru,Tickets,confiscari de licienta si multe altele Ero(area / rile) / warning-(ul / urile):Nicio eroare sau warning Liniile de cod / sursa / script-ul(obligatoriu): //define //Rapoarte automatizate PD! #define DIALOG_RAPORTA1 100 #define DIALOG_RAPORTA2 101 #define DIALOG_RAPORTA3 102 #define DIALOG_RAPORT1 103 #define DIALOG_RAPORT2 104 #define DIALOG_RAPORT3 105 COMENZI ZCMD: CMD:checkraport(playerid, params[]) { new szMessage[256], id; if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pAdmin] >= 1) { format(szMessage, sizeof(szMessage), "%s raport (%s):\n *Runners - %d\n *Arrests - %d\n *Tickets - %d", PlayerInfo[id][pNormalName], NumeFactiune(PlayerInfo[id][pMember]), PlayerInfo[playerid][pRRunner], PlayerInfo[playerid][pRArrest], PlayerInfo[playerid][pRTicket]); ShowPlayerDialog(playerid, DIALOG_RAPORTA3, DIALOG_STYLE_MSGBOX, "LSPD Raports", szMessage, "Ok", ""); } return 1; } CMD:myraport(playerid, params[]) { new szMessage[256]; if(PlayerInfo[playerid][pMember] == 0 && PlayerInfo[playerid][pLeader] == 0) return SCM(playerid, COLOR_WHITE, "Nu faci parte dintr-o factiune."); if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) { format(szMessage, sizeof(szMessage), "Your raport:\n *Runners - %d\n *Arrests - %d\n *Tickets - %d", PlayerInfo[playerid][pRRunner], PlayerInfo[playerid][pRArrest], PlayerInfo[playerid][pRTicket]); ShowPlayerDialog(playerid, DIALOG_RAPORTA3, DIALOG_STYLE_MSGBOX, "LSPD Raports", szMessage, "Ok", ""); } return 1; } //DIALOGURI //Rapoarte System if(dialogid == DIALOG_RAPORTA1) { if(response) { if(listitem == 0) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 1)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0", "Select", "Exit"); } if(listitem == 1) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 2)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } if(listitem == 2) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 3)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } if(listitem == 3) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 4)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } if(listitem == 4) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 5)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } if(listitem == 5) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 6)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } if(listitem == 6) { ShowPlayerDialog(playerid, DIALOG_RAPORTA2, DIALOG_STYLE_TABLIST_HEADERS, "Raport (Rank 7)", "Raport\tMissions\nRunners\t0\nArrests\t0\nTickets\t0\nLicenses Confiscate\t0", "Select", "Exit"); } } return 1; } if(dialogid == DIALOG_RAPORTA2) { if(response) { if(listitem == 0) { new szMessage[256]; format(szMessage, sizeof(szMessage), "Scrie in tabelul de mai jos numarul de misiuni pe care membrii tai de rank 1 trebuie sa il faca.\nMinim [1 - Misiune] | Maxim [200 - Misiuni]"); ShowPlayerDialog(playerid, DIALOG_RAPORT1, DIALOG_STYLE_INPUT, "Change Raport", szMessage, "Done", "Cancel"); } if(listitem == 2) { new szMessage[256]; format(szMessage, sizeof(szMessage), "Scrie in tabelul de mai jos numarul de misiuni pe care membrii tai de rank 1 trebuie sa il faca.\nMinim [1 - Misiune] | Maxim [200 - Misiuni]"); ShowPlayerDialog(playerid, DIALOG_RAPORT2, DIALOG_STYLE_INPUT, "Change Raport", szMessage, "Done", "Cancel"); } if(listitem == 3) { new szMessage[256]; format(szMessage, sizeof(szMessage), "Scrie in tabelul de mai jos numarul de misiuni pe care membrii tai de rank 1 trebuie sa il faca.\nMinim [1 - Misiune] | Maxim [200 - Misiuni]"); ShowPlayerDialog(playerid, DIALOG_RAPORT3, DIALOG_STYLE_INPUT, "Change Raport", szMessage, "Done", "Cancel"); } } } if(dialogid == DIALOG_RAPORT1) { if(response) { SCM(playerid, COLOR_WHITE, "Ai schimbat raportul pentru rank 1 in: %d Runners"); } return 1; } if(dialogid == DIALOG_RAPORT1) { if(response) { SCM(playerid, COLOR_WHITE, "Ai schimbat raportul pentru rank 1 in: %d Arrests"); } return 1; } if(dialogid == DIALOG_RAPORT1) { if(response) { SCM(playerid, COLOR_WHITE, "Ai schimbat raportul pentru rank 1 in: %d Tickets"); } return 1; } Imagini / Video (optional): Ati incercat sa rezolvati singur?: Da am incercat sa schimb simbolu la %d cu %s dar nu a functionat daca aveti o parere,idee ajutatima sa rezolv acest sistem.(
  7. Descriere tutorial: As dori un tutorial explicit pentru timer-ul war. Folosesc Gamemode Redzmax editat nu cel actual. si as dori sa pun un timer la war si nu stiu cum sa fac vreau sa se vada timerul respectiv cand warul se desfasoara asta imi da batai de cap
  8. Descriere tutorial: As dori un tutorial explicit pentru timer-ul war. Folosesc Gamemode Redzmax editat nu cel actual. si as dori sa pun un timer la war si nu stiu cum sa fac vreau sa se vada timerul respectiv cand warul se desfasoara asta imi da batai de cap
  9. Salut ! Cand poti sa imi scrii sa discutam iti dau mai mult pe gamemode! cand poti iti dau si 150 de lei daca vrei
  10. Descriere Tutorial:As dori si eu un tutorial explicativ despre cum pot realiza un sistem de imatriculare pe vehiculul personal. Va rog ca tutorialul sa nu fie facut in badjocora si ca acel cineva sa si explice sa pot intelege.Va multumesc pt intelegere P.s Folosesc gamemode MYSQL(Vortex-RP).
×
×
  • 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.