Jump to content

Issey

Membru
  • Posts

    37
  • Joined

  • Last visited

Profile Information

  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Issey's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Issey

    HELP

    Nu mai conteaza, am rezolvat T/C
  2. Issey

    HELP

    Cum pot sa impart asta , ca nu ii dau de cap deloc public OnPlayerDateUpdateX2(playerid) { if(IsPlayerConnected(playerid)) { new string[1000]; { mysql_format(SQL,string,sizeof(string),"UPDATE `users` SET `CarLic`='%d',`CarLicA`='%d',`CarLicAT`='%d',`CarLicB`='%d',`CarLicBT`='%d'`CarLicCE`='%d',`CarLicCET`='%d',`CarLicD`='%d',`CarLicDT`='%d',`CarLicAAccord`='%d',`CarLicBAccord`='%d',`CarLicCEAccord`='%d',`CarLicDAccord`='%d',`playerColor`='%d',`FlyLic`='%d',`BoatLic`='%d',`GunLic`='%d',`Passport`='%d',`CarLicT`='%d',`FlyLicT`='%d',`BoatLicT`='%d',`GunLicT`='%d',`Rob`='%d',`Jailed`='%d',`HitT`='%d',`Muted`='%d',`MuteTime`='%d',`PassportT`='%d', WHERE `name`='%s'", PlayerInfo[playerid][pCarLic], PlayerInfo[playerid][pCarLicA], PlayerInfo[playerid][pCarLicAAccord], PlayerInfo[playerid][pCarLicBAccord], PlayerInfo[playerid][pCarLicCEAccord], PlayerInfo[playerid][pCarLicDAccord], PlayerInfo[playerid][pCarLicB], PlayerInfo[playerid][pCarLicCE], PlayerInfo[playerid][pCarLicD], PlayerInfo[playerid][pCarLicAT], PlayerInfo[playerid][pCarLicBT], PlayerInfo[playerid][pCarLicCET], PlayerInfo[playerid][pCarLicDT], PlayerInfo[playerid][pColor], PlayerInfo[playerid][pFlyLic], PlayerInfo[playerid][pBoatLic], PlayerInfo[playerid][pGunLic], PlayerInfo[playerid][pCarLicT], PlayerInfo[playerid][pFlyLicT], PlayerInfo[playerid][pBoatLicT], PlayerInfo[playerid][pGunLicT], PlayerInfo[playerid][pPassport], PlayerInfo[playerid][pPassportT], PlayerInfo[playerid][pRob], PlayerInfo[playerid][pJailed], PlayerInfo[playerid][pHitT], PlayerInfo[playerid][pMuted], PlayerInfo[playerid][pMuteTime], PlayerInfo[playerid][pNormalName]); mysql_tquery(SQL,string,"",""); } } return 1; }
  3. Issey

    Ajutor TCC

    Am rezolvat, T/C
  4. Issey

    Ajutor TCC

    Salut , am o problema cu o comanda , si deja ajung sa fac peri albi din cauza ei . Deci , am creeat factiunea Tow Car Company , si vreau ca atunci cand unul dintre mecanici este On Duty ( i-am creat comanda) sa se poata urca in masinile personale si sa dea park in sediul lor (am creat si comanda aceea) dar ideea este ca nu pot sa fac sa se urce in masinile personale incuiate , am incercat si cu SetVehicleParamsEx sau SetVehicleParamsForPlayer si tot nu am reusit , am incercat sa fac comanda si dupa comanda de On Duty de la admini ( daca vreun admin de rank >= 5 este on duty se poate urca in masinile incuiate ) dar nu inteleg dece nu merge Comanda :tduty CMD:tduty(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, "{ffffff}Ne pare rau, nu esti logat pentru a utiliza aceata comanda!"); return 1; } if(IsPlayerInRangeOfPoint(playerid, 7.0, 1453.3018,-1768.4407,1815.9910)) { if(OnTDuty[playerid] == 0) { new sendername[MAX_PLAYER_NAME], string[256]; OnTDuty[playerid] = 1; SetPlayerSkin(playerid, 50); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* [T.C.C.] Mecanicul %s e la datorie acum. Nu ezitati sa sunati daca aveti nevoie de ajutor (/callservice -> TCC)!", sendername); ABroadCast(COLOR_RED2,string,1); if(IsATccMember(playerid)) { for(new i = 0; i < sizeof(CarInfo); i++) { SetVehicleParamsForPlayer(i,playerid,0,0); } } return 1; } else if(OnTDuty[playerid] == 1) { new sendername[MAX_PLAYER_NAME], string[256]; OnTDuty[playerid] = 0; SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* [T.C.C.] Mecanicul %s nu mai e la datorie acum. Acesta nu va mai primi apeluri de la voi!", sendername); ABroadCast(COLOR_RED2,string,1); return 1; } } else { SendClientMessage(playerid, COLOR_RED, "doar cei din tcc"); } } return 1; } si aceasta este comanda :aduty CMD:aduty(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, "{ffffff}Ne pare rau, nu esti logat pentru a utiliza aceata comanda!"); return 1; } if(PlayerInfo[playerid][pAdmin] > 0) { if(AdminDuty[playerid] == 0) { new sendername[MAX_PLAYER_NAME], string[256]; AdminDuty[playerid] = 1; SetPlayerArmourEx(playerid, 999); SetPlayerHealthEx(playerid, 999); SetPlayerSkin(playerid, 217); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "Notice: {FFFFFF}Admin %s is now on administrative duty.", sendername); ABroadCast(COLOR_RED2,string,1); if(PlayerInfo[playerid][pAdmin] >= 5) { for(new i = 0; i < sizeof(CarInfo); i++) { SetVehicleParamsForPlayer(i,playerid,0,0); } } return 1; } else if(AdminDuty[playerid] == 1) { new sendername[MAX_PLAYER_NAME], string[256]; AdminDuty[playerid] = 0; SetPlayerArmourEx(playerid, 0); SetPlayerHealthEx(playerid, 100); SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "Notice: {FFFFFF}Admin %s is now off administrative duty.", sendername); ABroadCast(COLOR_RED2,string,1); return 1; } } else { SendClientMessage(playerid, COLOR_ERROR, AdminOnly); } } return 1; } Ma poate ajuta cineva va rog
  5. Salut, as dori si eu un tutorial pentru un sistem de dealership cu stock , gen cum era a lui daedric sau ceva asemanator
  6. Nume:Carol Nick:Issey Cunoștințe pawn/mapping:35-40% ( vara trecuta am inceput sa invat sa scriptez) 80-90% mapping (fac mape de vreo 4 ani) Vârstă:18 Contact: PM sau mail : [email protected] Experiență:cum am specificat si mai sus , in scripting lucrez de vara trecuta , iar in mape de vreo 4 ani
  7. Issey

    Ajutor DMV

    Oricum nu asta a fost problema ,am pus din greseala un forward dmvprepare(); si nu trebuia
  8. Issey

    Ajutor DMV

    Nu mai conteaza, am rezolvat singur
  9. Issey

    Ajutor DMV

    Salut am si eu o problema , cu DMV, am gasit un tutotial pe net cum sa faci sa dai sala pentru DMV..si imi da aceasta eroare : error 028: invalid subscript (not an array or too many subscripts): "DMVPrepare" iar linia e asta : ProposeOffer[playerid] = 999; MarryWitness[playerid] = 999; MarryWitnessOffer[playerid] = 999; MarriageCeremoney[playerid] = 0; ProposedTo[playerid] = 999; GotProposedBy[playerid] = 999; DivorceOffer[playerid] = 999; DMVPrepare [playerid]= 0;
  10. Issey

    Ajutor

    la "new HouseInfo" trebuie sa adaugi numarul de case de pe server + 1 !
  11. Da-ti T/C ca am rezolvat singur
  12. Salut, vreau sa fac un textdraw pentru sistemul de event, de exemplu cand un admin porneste sistemul de event si scrie /startevent Race Issey 200k 100k 50k sa apara un textdraw ceva gen : Nume event: Race Organizator: Issey Locul 1: 200k Locul 2: 100k Locul 3: 50kTextDraw-ul stiu sa il fac ..problema e ca nu ma descurc sa fac la ce e dupa " : " adica race , issey astea.. vreau sa fac astfel fiecare admin ce porneste sistemu de event sa seteze ce vrea el acolo , de exemplu in loc de race sau puna Last Man Standing , DM , in loc de Issey , nick-ul lui daca el il organizeaza sau al altui player care sponsorizeaza , la premii sa puna cat vrea , de exemplu in loc de 200k el sa puna 500k sau 750k ..
  13. Issey

    Ajutor dialog

    Mersii Chase, se poate da T/C
×
×
  • 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.