Jump to content

SoundTech

Membru
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SoundTech

  1. Problema era de la Windows. Am rezolvat singur. Puteti da T/C!
  2. Stiu faza. E chiar enervanta. Bravo mie ca am steam cumparat.
  3. Poftim link-ul de la GeoIP v2. Sper ca te-am ajutat. Bafta! http://www.4shared.com/zip/DoN4f9FH/GEO-IP_v2.html Si cel de la iTD. Daca te-am ajutat nu uita sa-mi dai un +1. Nu costa nimic. http://www.mediafire.com/download/1zrcdxaseycesey/iPLEOMAX's+TextDraw+Editor+(All).rar
  4. if (strcmp("/comanda", cmdtext, true, 10) == 0) { ShowPlayerDialog(playerid, DIALOG_COMANDA, DIALOG_STYLE_LIST, "Comanda Selection", "Comanda #1\nComanda #2\nComanda #3\nComanda #4", "Ok", "Close"); return 1; } // In loc de /comanda scri ce vrei tu. // La DIALOG_COMANDA pui ce vrei tu ca dialog. // Nu uita de #definde DIALOG_COMANDA (1) - sau ce numar vrei tu in paranteze. // La Comanda Selection scri ce vrei tu. // La Comanda #1,2,3,4 scri obiectele pe care le vrei. Eu ti-am dat un Exemplu.public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == DIALOG_COMANDA) { if(response) { switch(listitem) { case 0: { // Aici introduci ce vrei tu. Exemplu: eu o sa pun un teleport + skin. SetPlayerPos(playerid, 371.1013, -2025.1766, 7.6719); SetPlayerSkin(playerid, 35); SendClientMessage(playerid, 0xffff, "Comanda #1"); } case 1: { // Aici introduci ce vrei tu. Exemplu: eu o sa pun un teleport + skin. SetPlayerPos(playerid, 1546.0457, -1675.5641, 13.5615); GivePlayerWeapon(playerid, 24, 600); SetPlayerSkin(playerid, 266); SendClientMessage(playerid, 0xfffff, "Comanda #2"); } case 2: { // Aici introduci ce vrei tu. Exemplu: eu o sa pun un teleport + skin. SetPlayerPos(playerid, 914, -1038, 31); GivePlayerWeapon(playerid, 6, 1); SetPlayerSkin(playerid, 268); SendClientMessage(playerid, 0xffffff, "Comanda #3"); } case 3: { // Aici introduci ce vrei tu. Exemplu: eu o sa pun un teleport + skin. SetPlayerPos(playerid, 914, -1038, 31); SetPlayerSkin(playerid, 228); SendClientMessage(playerid, 0xffffff, "Comanda #4"); } } } return 1; } return 0; }Sper ca te-am ajutat. Bafta!
  5. Salut. Am inceput sa fac un server de Sa-mp, pe mysql, dar cand il deschid, imi da urmatoarea eroare: Sper ca ma puteti ajuta...app GM contine sistemul de Inregistrare/Logare din tutorialul lui WiDuAIK.SaMp. In GM totul merge perfect, fara nici o eroare sau warning, la plugins am bagat mysql.dll r39, la server.cfg la linia plugins am bagat mysql.dll, si imi da eroarea de mai sus atunci cand vreau sa pornesc serverul, dupa care imi apare urmatoarea eroare: Va multumesc pentru timpul acordat, si sper ca o sa ma puteti ajuta sa-mi rezolv problema. O zi buna!
  6. Nu mai conteaza, am rezolvat. Aveam R33, am bagat R39 si problema cu Warnings s-a remediat. Salut. Dupa ce am dat Compile, au aparut 2 Warnings. C:\Documents and Settings\Administrator\Desktop\Time2Play\gamemodes\Untitled.pwn(86) : warning 202: number of arguments does not match definition C:\Documents and Settings\Administrator\Desktop\Time2Play\gamemodes\Untitled.pwn(86) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 2 Warnings.Linia 86: Tin sa mentionez ca daca sterg acel "t" de la "tquery" nu mai primesc nici un Warning. Multumesc! mysql_tquery(handle, query); // se va trimite setarile si se va interoga callback-ul OnRegistration
×
×
  • 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.