Jump to content

manutzzu

Membru
  • Posts

    26
  • Joined

  • Last visited

    Never

manutzzu's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Da dar am si problema cand scri in chat {ffffff} imi inchide serverul automat si e de la junkbuster si daca scot junkbusteru am ce face in gm cei cu RED si mai am o functie utilizata SCM . De asta caut o versiune mai noua poate are rezolvata faza cu {ffffff}.
  2. Care este ultima versiune Junkbuster? Dar zicetimi si urmatoarele: 1.Daca mio recomandati. 2.Daca e ca celelalte versiuni mai vechi pentru ca eu de exemplu in Gamemode ma folosesc mult de culoarea RED care e de la junkbuster.
  3. Deci vreau sa fac factiunea Ballas dar m-am impedicat la skinuri. 1. O eroare C:\Users\Marius\Desktop\Godfather\gamemodes\gf.pwn(1128) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. new JoinPed[56][1] = { {280},//POLICE_FORCE {281}, {282}, {283}, {284}, {285}, {288}, {71}, {166}, {295}, {148}, {286},//FBI/ATF {164}, {163}, {287},//NATIONAL_GUARD {285}, {70},//FIRE/AMBULANCE {274}, {275}, {276}, {277}, {278}, {279}, {258},//LA_COSA_NOSTRA {127}, {126}, {125}, {124}, {113}, {111}, {98}, {120},//YAKUZA {121}, {122}, {123}, {169}, {186}, {228}, {127},//HITMANS {165}, {186}, {93}, {141}, {148},//NEWS_REPORTERS {188}, {187}, {255},//TAXI_CAB_COMPANY {253}, {59},//DRIVING/FLYING_SCHOOL {60},//DRIVING/FLYING_SCHOOL {76},//DRIVING/FLYING_SCHOOL {150},//DRIVING/FLYING_SCHOOL {102},//Ballas {103},//Ballas {104}//Ballas }; [b]- Linie eroare[/b] case 12: //Ballas { if(SelectCharPlace[playerid] == 1) { SetPlayerSkin(playerid, JoinPed[52][0]); SelectCharPlace[playerid] = 2; ChosenSkin[playerid] = JoinPed[52][0]; } else if(SelectCharPlace[playerid] == 2) { SetPlayerSkin(playerid, JoinPed[53][0]); SelectCharPlace[playerid] = 3; ChosenSkin[playerid] = JoinPed[53][0]; } else if(SelectCharPlace[playerid] == 3) { SetPlayerSkin(playerid, JoinPed[54][0]); SelectCharPlace[playerid] = 4; ChosenSkin[playerid] = JoinPed[54][0]; } else if(SelectCharPlace[playerid] == 4) { SetPlayerSkin(playerid, JoinPed[55][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = JoinPed[55][0]; } }
  4. Am o problema cu gamemode-ul meu de SA:MP ... iti creezi un account iti pui o parola anume gen : xxx si dupa daca iesi si vrei sa intri iara pe server si scri orice alt parola te lasa sa te loghezi.. daca ma puteti ajuta sa fac sa te poti loga doar cu parola care o scri la inceput la register. Stima.
  5. Lique deja am definit PlayerInfo[playerid][pExp] = 0; cu 5 randuri mai jos de pAdmin. Bubu de ex daca am level 2 apare cu cifrele mai mari de ex 16/80 si etc..
  6. Am verificat si are normal cu 0 ... ceva e in neregula ori nu ma uit eu bine.. e aiurea sa apara 8/54 trebuia sa apara 0/8
  7. Am o problema cu gm-ul meu. Ma inregistrez dau /stats apare ca am level 1 si la RespectPoints apare 8/54 din prima, Si cand dau /buylevel spune ca trebuie sa am 8 ore jucate. Cine ma poate ajuta sa fixex?
  8. Am rezolvat warningu dar nustiu cum sa fac sa scoate mute-ul dupa acele 2 secunde dupa ce te avertizeaza
  9. Si acesta este un sistem anti-spam dupa cum v-ati dat seama si am observat ca e un bug de exmplu daca faci flood iti spune textu ala ca trebuie sa astepti 2 secunde dar degeaba le astepti ca tot timpu nu poti vorbi... nu iti scoate mute-ul ala..
  10. C:\Users\Marius\Desktop\Pronion\gamemodes\gf.pwn(54276) : warning 219: local variable "PlayerName" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 11872 bytes Code size: 2330308 bytes Data size: 3425272 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 5783836 bytes 1 Warning. Liniile pe unde da warningu public OnPlayerText(playerid, text[]) { //SetPlayerChatBubble(playerid, text, 0xAAFF00FF, 10.0, 10000); new giver[MAX_PLAYER_NAME]; new sendername[MAX_PLAYER_NAME]; new giveplayer[MAX_PLAYER_NAME]; new tmp[256]; new string[256]; new giveplayerid; text[0] = toupper(text[0]); SpamStrings[playerid] ++; if(SpamStrings[playerid] >= MAX_SPAM) { new PlayerName[MAX_PLAYER_NAME]; GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME); SendClientMessage(playerid,COLOR_BBLUE,"Please wait 2 seconds before you spam again (spam protection)"); return 0; } if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, COLOR_WHITE, "You cannot speak, you have been silenced"); return 0; } for(new s = 0; s < ForbiddenWordCount; s++) { new pos; while((pos = strfind(text,ForbiddenWords[s],true)) != -1) for(new i = pos, j = pos + strlen(ForbiddenWords[s]); i < j; i++) text[i] = '*'; } if(SelectChar[playerid] == 255) { new idx; tmp = strtok(text, idx); if ((strcmp("next", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("next"))) { switch (SelectCharID[playerid]) { Linia exacta a warningului new PlayerName[MAX_PLAYER_NAME];
  11. C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2481) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2485) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2499) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2503) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2507) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2511) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2515) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2519) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2523) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2537) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2541) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2545) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2549) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2553) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2567) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2571) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2575) : error 004: function "PlayerToPoint" is not implemented C:\Users\Marius\Desktop\test\gamemodes\GF.pwn(2589) : error 004: function "PlayerToPoint" is not implemented
  12. manutzzu

    SFC

    Defapt serverul merge si este frumusel dar.. are cred niste comenzi de ban sau de dat admin codata de ex /dauadminluala si poti sa dai ca fiind si civil.
  13. manutzzu

    SFC

    Da e bunicel gm dar bat pariu ca are comenzi ascunse in el gen daca esti civil poti da ban cu o comanda de genu /suntcivilsidauban sau etc:)
  14. Te ajut eu ca e usor.. ti-am dat add.
  15. Ce id de messenger ai poate ma ajuti daca iti dau .pwn :)
×
×
  • 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.