Jump to content

Staff

Membru
  • Posts

    250
  • Joined

  • Last visited

    Never

Everything posted by Staff

  1. Staff

    /veh

    Arata masinile care le-ai bagat pe server..
  2. Staff

    Problema

    Nu e nici o problema...nu e scris identat scriptul adica e asa[pawn]if(level == 1){instructiune}else{instructiune}[/pawn] Si asa ar trebui..nu e foarte bine nici la mine ) [DACA VREI SA NU MAI APARA BAGA ASTA SUS IN FS/GM -> #pragma tabsize 0 [pawn]if(level == 1) { instructiune } else { instructiune }[/pawn]
  3. E bun daca vrei sa te spawneze cand intri pe server unde ai ramas cand ai iesit Bravo.
  4. Arata [pawn]server_log[/pawn]
  5. [pawn]#if ADM_InMSG == true if (AccInfo[playerid][Hide] == 0) { if(AccInfo[playerid][Level] > 0) { new str3[256]; format(str3, 256, "(Admin): %s", text); for(new gz=0;gz<200;gz++) if(IsPlayerConnected(gz)) SendPlayerMessageToPlayer(gz, playerid, str3); else SendPlayerMessageToPlayer(gz, playerid, text); } return 0; } #endif[/pawn] sau pt vip [pawn]#if ADM_InMSG == true if (AccInfo[playerid][Hide] == 0) { if(AccInfo[pVip] >= 1) { new str3[256]; format(str3, 256, "(VIP): %s", text); for(new gz=0;gz<200;gz++) if(IsPlayerConnected(gz)) SendPlayerMessageToPlayer(gz, playerid, str3); else SendPlayerMessageToPlayer(gz, playerid, text); } return 0; } #endif[/pawn]
  6. Staff

    Culoare

    Doar modifici aici ->[pawn]TextDrawColor(Logo0, -1);[/pawn]Modifici in loc de -1 si o sa iasa gen ->[pawn]TextDrawColor(Clock, 0xFFFFFFAA);[/pawn] Cum ai facut si tu
  7. Staff

    Culoare

    Culori de acest tip: [pawn]#define COLOR_GRAD1 0xB4B5B7FF #define COLOR_GRAD2 0xBFC0C2FF #define COLOR_GRAD3 0xCBCCCEFF #define COLOR_GRAD4 0xD8D8D8FF #define COLOR_GRAD5 0xE3E3E3FF #define COLOR_GRAD6 0xF0F0F0FF #define COLOR_GREY 0xAFAFAFAA #define COLOR_GREEN 0x33AA33AA #define COLOR_RED 0xAA3333AA #define COLOR_YELLOW 0xFFFF00AA #define COLOR_WHITE 0xFFFFFFAA #define COLOR_FADE1 0xE6E6E6E6 #define COLOR_FADE2 0xC8C8C8C8 #define COLOR_FADE3 0xAAAAAAAA #define COLOR_FADE4 0x8C8C8C8C #define COLOR_FADE5 0x6E6E6E6E #define COLOR_PURPLE 0xC2A2DAAA #define COLOR_DARKBLUE 0x2641FEAA #define COLOR_ALLDEPT 0xFF8282AA[/pawn]
  8. Staff

    Culoare

    Asta iti spune ceva? =>[pawn]TextDrawColor(Clock, -1644232449);[/pawn]
  9. Eu cred ca ai in scriptfiles un fisier cu masinile si preturile lor
  10. Incearca sa adaugi aici mai mult [pawn]JoinPed[94][1][/pawn] EX: [pawn]JoinPed[99][99][/pawn]
  11. Na ma na.. -> http://www.2shared.com/file/KEV_4iLn/RsE_New_Version_41_Big_Update_.html
  12. Aratane acest script daca vrei ajutor... E foarte simplu stergi conditia in care iti cere [skill]. Comanda /robbank posteaz-o .
  13. Staff

    Cum fac !!!!

    Te uiti in config si cauti linia rconpassword sau cum e..si vezi ce parola ai Intri pe server si bagi comanda /rcon login [parola] (dar nu in paranteza patrata pur si siplu.)
  14. Staff

    Cum fac !!!!

    Te uiti si tu... unde ai de exemplu onfilterscriptexit te uiti in gm si cauti ongamemodeexit si copiezi din fs in gm..
  15. ) Nu se vad obiectele din gta. Ia incerca /setinterior [id] 0 ..
  16. Staff

    Cum fac !!!!

    Observ ca foloseste un fs. [pawn]C:\Users\rares\Desktop\Gm Samp\filterscripts\VIP.pwn(307)[/pawn] E clar in fs avea ca adminul sa aiba rconu... Iti recomand sa bagi in GM acel fs pentru a putea folosi variabilele de la sistemul de admin..
  17. Staff

    Cum fac !!!!

    [pawn]CMD:setvip( playerid, params[ ] ) { new giveplayerid, level; new string[ 128 ], Query[ 256 ], DBResult:Resultat; if ( Admin Level < 1338) return SendClientMessage( playerid, RED, "Only Administrator's can use this command!" ); if ( sscanf( params, "ud", giveplayerid, level ) ) return SendClientMessage( playerid, RED, "USAGE: {FFFF00}/setvip [playerid] [level]" ); if ( giveplayerid == INVALID_PLAYER_ID ) return SendClientMessage( playerid, RED, "Player Is Not Connected!" ); if ( level > 3 ) return SendClientMessage( playerid, RED, "Maximum V.I.P level is 3!" );[/pawn] ***Mare atentie aici: [pawn]if ( Admin Level < 1338) return SendClientMessage( playerid, RED, "Only Administrator's can use this command!" );[/pawn] Eu am scris "la harneala" Admin Level < 1338 Nu stiu cum se salveaza la tine levelul de admin.
  18. Pai ar trebuie sa ai in scriptfiles ceva legat de [pawn]tmpcar si pCapasity[/pawn]
  19. Scrie jos in stanga [in engleza] ca fisierul .pwn s-a compilat in .amx Sau da don't sert
  20. Na.. [pawn]// Chat //============================================================================== #if ADM_InMSG == true if (AccInfo[playerid][Hide] == 0) { if(AccInfo[playerid][Level] > 1) { new str3[256]; format(str3, 256, "{FF0000}(Admin): %s", text); for(new gz=0;gz<200;gz++) if(IsPlayerConnected(gz)) SendPlayerMessageToPlayer(gz, playerid, str3); else SendPlayerMessageToPlayer(gz, playerid, text); } else if(AccInfo[playerid][Level] < 1) { new str3[256]; format(str3, 256, "{FFFFFF}(PLAYER): %s", text); for(new gz=0;gz<200;gz++) if(IsPlayerConnected(gz)) SendPlayerMessageToPlayer(gz, playerid, str3); else SendPlayerMessageToPlayer(gz, playerid, text); } return 0; } #endif[/pawn]
  21. Iti dau un singur indiciu. Din script arata-l daca vrei ajutor..
×
×
  • 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.