Jump to content

3xTaSY

Membru
  • Posts

    83
  • Joined

  • Last visited

    Never

Everything posted by 3xTaSY

  1. Sa inteleg, ca tu vrei la tank sa nu poata da nimeni /godcar ?
  2. 3xTaSY

    Intrebare.

    Este greu sa faci un vip level pe zile? As dori sa-mi dati un model, dupa care eu sa continui va rog :o3 Si la /stats, dupa levelul de vip, sa apara : (x Days)
  3. 3xTaSY

    Crash

    Am rezolvat. Un moderator, lock.
  4. 3xTaSY

    Crash

    Deci, dupa ce apas pe 'Connect', imi apare chestia aia cu San Andreas Multiplayer cand se incarca, si imediat ma scoate din joc, si primesc crash cu urmatorul reason: SA-MP 0.3x-R1-2 Exception At Address: 0x004DD5A3 Base: 0x03C50000 Registers: EAX: 0x00000032 EBX: 0x00000000 ECX: 0x00000000 EDX: 0x00000000 ESI: 0x00B6BD44 EDI: 0x00000001 EBP: 0x75AA6C30 ESP: 0x0028FCCC EFLAGS: 0x00210293 Stack: +0000: 0x00000001 0x0000000A 0x75AA6C30 0x00000000 +0010: 0x0028FCEC 0xBF800000 0x00000000 0x00000000 +0020: 0x3F800000 0x00000000 0x00000000 0x00000000 +0030: 0x3F800000 0x00000000 0x01F7FA80 0x00000024 +0040: 0x00000000 0x00000000 0x00000000 0x00000070 +0050: 0xFFFFFFFF 0xFFFFFFFF 0x75A96CE9 0x75A96D91 +0060: 0x00000001 0x00000001 0x00000000 0x00000000 +0070: 0x0028FCF8 0x00000000 0x0028FDA4 0x75AFA61E +0080: 0x12C49EB5 0xFFFFFFFE 0x75A96D51 0x75A977C4 +0090: 0x00000000 0x6B216BB5 0x000502D8 0x00000113 +00A0: 0x00004242 0x00000000 0x01F7FAA8 0x75A977E2 +00B0: 0x67450E59 0xBDCCCCCD 0x3F800000 0x00000000 +00C0: 0x3DCCCCCD 0x3F800000 0x00000000 0x3DCCCCCD +00D0: 0xBF800000 0x00000000 0xBDCCCCCD 0xBF800000 +00E0: 0x00000000 0x0028FF78 0x0083BF7B 0xFFFFFFFF +00F0: 0x00507424 0x00000032 0x00000000 0x3F800000 +0100: 0x00748D4B 0x75CC1245 0x00000000 0x0028FF88 +0110: 0x7EFDE000 0x01BF0000 0x00000008 0x03BF10F0 +0120: 0x00000008 0x00000100 0x00000008 0x000001FE +0130: 0x43C80000 0x43960000 0x00000000 0x00000000 +0140: 0x00000320 0x00000258 0x00000000 0x0028FE54 +0150: 0x000502D8 0x00000113 0x00004242 0x00000000 +0160: 0x000C0506 0x00000190 0x0000012C 0x0000002C +0170: 0x0028FE2C 0x00825EE4 0x75CC1245 0x00000000 +0180: 0x7EFDE000 0xFFFFFFFF 0x00821D57 0x00000065 +0190: 0x00000065 0x0028FF88 0x00824731 0x00400000 +01A0: 0x00000000 0x01BC2D50 0x0000000A 0x00000094 +01B0: 0x00000006 0x00000000 0x00001770 0x00000002 +01C0: 0x76726500 0x20656369 0x6B636150 0x00003120 +01D0: 0x00000000 0x00000000 0x00000000 0x00000000 +01E0: 0x00000000 0x00000000 0x00000000 0x00000000 +01F0: 0x00000000 0x00000000 0x00000000 0x00000000 +0200: 0x00000000 0x00000000 0x00000000 0x00000000 +0210: 0x00000000 0x00000000 0x00000000 0x00000000 +0220: 0x00000000 0x00000000 0x00000000 0x00000000 +0230: 0x00000000 0x00000000 0x00000000 0x008245C8 +0240: 0x00000000 0x00000000 0x7EFDE000 0xC0000005 +0250: 0x00000000 0x01BC2D50 0x00000044 0x01BF3C10 +0260: 0x01BF5950 0x01BF6050 0x00000000 0x00000000 +0270: 0x00000000 0x00000000 0x00000000 0x00000000 SCM Op: 0x0, lDbg: 0 LastRendObj: 0 Game Version: EU 1.0
  5. CMD:sethours(playerid, params[]) { if(IsPlayerAdmin(playerid)) { new string[128]; //---------------------------------------------------------------------- if(sscanf(params, "ud", giveplayerid1, amount2)) return SendClientMessage(playerid, orange, "Usage : /sethours [playerid] [Hours]") && SendClientMessage(playerid, LIGHTBLUE2, "Function: Will set the Hours of a specified player!"); //---------------------------------------------------------------------- else if(giveplayerid1 == INVALID_PLAYER_ID) return SendClientMessage(playerid, red, "ERROR: Player not connected!"); //---------------------------------------------------------------------- else { SendCommandToAdmins(playerid, "SetHours"); format(string, 128, "Administrator \"%s\" has setted your Hours to %d", PlayerName2(playerid), amount2); SendClientMessage(giveplayerid1, blue, string); format(string, 128, "You have succesfully setted %s Hours to %d!", PlayerName2(giveplayerid1), amount2); SendClientMessage(playerid, 0x00BBF6AA, string); format(string, 128, "*** Administrator %s has Setted %s the ammount of Hours to %d!", PlayerName2(playerid), PlayerName2(giveplayerid1), amount2); SaveIn("AdminLog", string); AccInfo[giveplayerid1][hours] = amount2; } return 1; } else return SendClientMessage(playerid, red, "ERROR: Only RCON Admins can use that command!"); }
  6. Nu inteleg nimic . In loc de aCreateThing, folosesc modelul asta: [pawn]CreateVehicleEx(playerid,581, X,Y,Z+1, Angle, random(126), random(126), -1);[/pawn] ?
  7. Am rezolvat. Dar pe server, cand aleg o masina de la /v, nu se spawneaza . Doar se inchide fereastra aia.
  8. Grig, am pus. Acum am o eroare si cateva warning-uri: C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(58) : error 020: invalid symbol name "" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(13948) : warning 219: local variable "X" shadows a variable at a preceding level C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(13948) : warning 219: local variable "Y" shadows a variable at a preceding level C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(13948) : warning 219: local variable "Z" shadows a variable at a preceding level C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(13948) : warning 219: local variable "Angle" shadows a variable at a preceding level C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(13975) : warning 203: symbol is never used: "" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. Linia 58: [pawn]new Vehicle_Dialog;[/pawn] Linia 13948: [pawn]new Float:X, Float:Y, Float:Z, Float:Angle;[/pawn] Iar linia 13975 nici nu exista in gm.
  9. Deci, am copiat de pe un alt gm, dialogurile pt. vehicule. Asa sunt facute ele: [pawn]if(dialogid == RC) { if(response) { if(listitem == 0) { aCreateThing(playerid, 501, 115); } if(listitem == 1) { aCreateThing(playerid, 465, 116); } if(listitem == 2) { aCreateThing(playerid, 464, 117); } if(listitem == 3) { aCreateThing(playerid, 441, 118); } if(listitem == 4) { aCreateThing(playerid, 594, 119); } if(listitem == 5) { aCreateThing(playerid, 564, 120); } } return 1; }[/pawn] Am definit toate categoriile, dar cand compilez la urma, imi da 26 errors: C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(57) : error 020: invalid symbol name "" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4831) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4835) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4839) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4850) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4854) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4858) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4862) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4866) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4870) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4874) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4878) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4882) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4886) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4890) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4901) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4905) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4909) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4913) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4917) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4928) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4932) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4936) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4940) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4944) : error 017: undefined symbol "aCreateThing" C:\Users\Bogdan\Desktop\eXtreme Stunt Devil v5\gamemodes\xsd.pwn(4948) : error 017: undefined symbol "aCreateThing" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
  10. Deci, am inlocuit SendPlayerMessageToAll cu SendClientMessageToAll, si acum, pe server, imi apare ceva de genul: (Admin)(1): Text .............. Adica, nu-mi apare nick-ul in fata. [pawn] SetPlayerChatBubble(playerid, text, 0xFF9900AA, 200.0, 10000); if(AccInfo[playerid][Level] > 0 && AccInfo[playerid][Hide] == 1) { format(PText, 256, "{15FF00}(%d): {FF0000}%s",playerid, text); SendClientMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][Level] > 0 && AccInfo[playerid][Hide] == 0) { format(PText, 256, "{1900FF}(Admin){15FF00}(%d): {FFFFFF}%s", playerid, text); SendClientMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][pVip] > 0) { format(PText, 256, "{FF0000}(VIP){15FF00}(%d): {FFFFFF}%s", playerid, text); SendClientMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][Level] < 1 && AccInfo[playerid][pVip] < 1) { format(PText, 256, "{15FF00}(%d): {FFFFFF}%s", playerid, text); SendClientMessageToAll(playerid, PText); return 0; } return 1; } [/pawn]
  11. Deci, cum pot face o comanda de genul /reactiontest pentru un anumit level de Admin, care da automat un mesaj in chat si cine scrie primu acele litere/cifre castiga un premiu pus de mine. Tot asa, vreau si pt. /mathtest unde sa dea o adunare sau scadere si cine spune primu, ala castiga ceva.. Apropo, se poate sa fac ca aceste comenzi, sa-mi apara la /astats ? Baza de date la server, este SQLite .. RRS edit ..
  12. Pai, copie textul {0066CC}R{FFFF00}S{FF0000}E , foloseste CTRL + F, dupa tot dai pe Search sau find ce este acolo, si tot dai CTRL + V la {0066CC}X{FFFF00}S{FF0000}E .
  13. 3xTaSY

    Problema.

    Uite niste poze.. La VIP: La Admin: Vezi ca apare SpLaSH: (Admin)(0): Text......... ? Vreau sa sterg alea doua puncte ( de dupa SpLaSH.Xd, si sa lipesc textul (Admin) de nickname. La (VIP) tot ca la Admin, sa fie lipit de nick.
  14. 3xTaSY

    Intrebare

    GM-ul ca dupa iti va fi lene sa te duci in FS, sa cauti, sa stergi, sa editezi etc. ^_^
  15. Nu este pe MySQL ppc_trucking .
  16. 3xTaSY

    Problema.

    Salut. Pe server, daca un player are Admin sau Vip, imi apare asa: Test (Admin)(ID: 2): Text.. Si nu vreau sa-mi apara si acel spatiu intre Test si (Admin) si la (VIP) am aceeasi problema. Uitati codul pe care il am la aceasta functie. [pawn]SetPlayerChatBubble(playerid, text, 0xFF9900AA, 200.0, 10000); if(AccInfo[playerid][Level] > 0 && AccInfo[playerid][Hide] == 1) { format(PText, 256, "{15FF00}(%d):{FFFFFF} %s",playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][Level] > 0 && AccInfo[playerid][Hide] == 0) { format(PText, 256, "{0F66E0}(Admin){15FF00}(%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][pVip] > 0) { format(PText, 256, "{FF0000}(VIP){15FF00}(%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][Level] < 1 && AccInfo[playerid][pVip] < 1) { format(PText, 256, "{15FF00}(%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } return 1; }[/pawn]
  17. Dupa ce ai terminat de "scriptat", compileaza-l si iesi din Pawno. Revin-o aici cu un reply daca nu-ti merge.
  18. Glumesti, nu? Este foarte simplu, nu simplu .
  19. 3xTaSY

    Questions

    Cum pot face, ca atunci cand intri pe server, sa-ti dea automat score, coins, cash($) etc. ? Si, as vrea sa-mi dati un site bun de facut textdraw-uri pt. server. (Exceptie http://bsndesign.webs.com/tde.htm , deoarece are o eroare la linia 633).
×
×
  • 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.