Jump to content

ObiWan

Membru
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything posted by ObiWan

  1. Esti sigur ca ai pus datele corect in gamemode?
  2. Inlocuieste cu : [pawn] Create3DTextLabel("{7F1AF2}CNN Studio PD\n {74F21A}Foloseste: {F80404}/AD {74F21A}pentru a face un anunt",COLOR_GRAD4,1513.7368,-1784.2408,13.5937,10.0,0); [/pawn]
  3. ObiWan

    Problema

    [pawn]TextUpCar[vehid] = Create3DTextLabel(TextCar, 0x33AAFFFF , 0.0, 0.0, 0.0, 25, 0, 0); //incearca asa [/pawn]
  4. 5/5 Cel mai frumos script de genul pe care l-am vazut pana acum.
  5. 5/5 Nu sunt un fan al GodFather-ului, dar chiar imi place cum arata.
  6. 5/5 Nu inteleg de ce va postati gamemode-urile atata timp cat sunt atat de bine-lucrate.
  7. ObiWan

    G RPG v1.5

    Frumos gamemode-ul 4.5/5 . Daca ai mai lucra la designeul textdraw-urilor si daca ai mai corecta greserile gramaticale, chiar ar iesi ceva calumea.
  8. ObiWan

    Help

    Inlocuieste asta : [pawn] if(AccInfo[playerid][Level] > 11 && AccInfo[playerid][Hide] == 0) { format(PText, 256, "{0F66E0}[Owner]{15FF00}(%d):{FFFFFF} %s",playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } [/pawn] cu asta : [pawn] if(AccInfo[playerid][Level] > 11 && AccInfo[playerid][Hide] == 0) { format(PText, 256, "{0F66E0}[Owner] level 11{15FF00}(%d):{FFFFFF} %s",playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } [/pawn]
  9. Se inchide serverul sau se inchide clientul de samp?
  10. ObiWan

    SQLite

    Interesant, totusi raman la MySQL
  11. ObiWan

    Crash samp

    Poate ai versiunea de samp diferita de cea a serverului.
  12. Foloseste SetPlayerCamera si SetPlayerCameraLookAt
  13. Defineste toate masinile cu un array si atunci la OnGamemodeInit folosest o bucla pentru a le umple cu benzina.
  14. Cred ca ar fi trebuit sa postezi la "Cereri scripturi"
×
×
  • 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.