Jump to content

Florin Gabriel

Membru
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Florin Gabriel

  1. 9447: strcat(stringg, strlen(CarInfo[idd][cText]) < 3 ? "Upgrade To VIP Vehicle\t{51dd32}300 premium points\n" : "Upgrade To VIP Vehicle\t{cf2424}300 premium points\n")

    9448: strcat(stringg, CarInfo[idd][cVip] != 1 ? "Upgrade To VIP PLUS\t{51dd32}500 premium points\n" : "Teleport Vehicle\t{32e4ea}get vehicle to you\n");

    9449: strcat(stringg, !CarInfo[idd][cRainBow] ? "Upgrade To Rainbow Vehicle\t{51dd32}300 premium points\n" : "Upgrade To Rainbow Vehicle\t{cf2424}300 premium points\n");

    11112:  SCM(playerid, 0xFFADADFF, PlayerInfo[playerid][pShowCeas] ? "(HUD) Time played was updated. New status is {0AC917}Enabled{FFADAD}." : "(HUD) Time played was updated. New status is {FF0000}Disable{FFADAD}.");

    11120: SCM(playerid, 0xFFADADFF, PlayerInfo[playerid][pShowFP] ? "(HUD) FPS and Ping was updated. New status is {0AC917}Enabled{FFADAD}." : "(HUD) FPS and Ping was updated. New status is {FF0000}Disable{FFADAD}.");

    11725: PlayerTextDrawSetString(playerid, RegisterPTD[2], listitem ? "Female" : "Male");

    11728: format(gString, 50, "Gender set to: %s.", listitem ? "Female" : "Male");

    21135: strcat(szDialog, NewbieChat[playerid] != 1 ? "Newbie chat\t{3BBF0B}Enabled\n" : "Newbie chat\t{FF0000}Disabled\n");

    21136: strcat(szDialog, toglc[playerid] != 1 ? "Leader chat\t{3BBF0B}Enabled\n" : "Leader chat\t{FF0000}Disabled\n");

    21137:strcat(szDialog, gFam[playerid] != 1 ? "Faction chat\t{3BBF0B}Enabled\n" : "Faction chat\t{FF0000}Disabled\n");

    21138:strcat(szDialog, WTToggle[playerid] != 1 ? "Freq chat\t{3BBF0B}Enabled\n" : "Freq chat\t{FF0000}Disabled\n");

    21139:strcat(szDialog, HidePM[playerid] != 1 ? "Whisper\t{3BBF0B}Enabled\n" : "Whisper\t{FF0000}Disabled\n");

    21140:strcat(szDialog, gOoc[playerid] != 1 ? "OOC\t{3BBF0B}Enabled\n" : "OOC\t{FF0000}Disabled\n");

    21141:strcat(szDialog, gNews[playerid] != 1 ? "News\t{3BBF0B}Enabled\n" : "News\t{FF0000}Disabled\n")

    21142:strcat(szDialog, toglicitatie[playerid] != 0 ? "Auction\t{3BBF0B}Enabled\n" : "Auction\t{FF0000}Disabled\n");

    21143:strcat(szDialog, togclan[playerid] != 1 ? "Clan chat\t{3BBF0B}Enabled\n" : "Clan chat\t{FF0000}Disabled\n");

    21144:strcat(szDialog, GetPVarInt(playerid, "Undercover") != 0 ? "Name players\t{3BBF0B}Enabled\n" : "Name players\t{FF0000}Disabled\n");

    21145:strcat(szDialog, togevent[playerid] != 1 ? "Event chat\t{3BBF0B}Enabled\n" : "Event chat\t{FF0000}Disabled\n");

    21146:strcat(szDialog, togding[playerid] != 1 ? "DMG Song (ding)\t{3BBF0B}Enabled\n" : "DMG Song (ding)\t{FF0000}Disabled\n");

    21147:strcat(szDialog, togsurf[playerid] != 1 ? "Surf vehicle\t{3BBF0B}Enabled\n" : "Surf vehicle\t{FF0000}Disabled\n");

    21148:strcat(szDialog, togfind[playerid] != 1 ? "Find\t{3BBF0B}Enabled\n" : "Find\t{FF0000}Disabled\n");

    21149:strcat(szDialog, tograport[playerid] != 1 ? "Raport\t{3BBF0B}Enabled\n" : "Raport\t{FF0000}Disabled\n");

    21150:strcat(szDialog, togjob[playerid] != 1 ? "Job\t{3BBF0B}Enabled\n" : "Job\t{FF0000}Disabled\n");    

    21151:strcat(szDialog, PlayerInfo[playerid][pVip] != 0 ? PlayerInfo[playerid][pBackpack] != 1 ? "Backpack(VIP)\t{3BBF0B}Enabled\n" : "Backpack(VIP)\t{FF0000}Disabled\n" : "Backpack(VIP)\t{FF0000}Disabled\n");

    21152:strcat(szDialog, PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pVip] > 0 ? togvip[playerid] != 1 ? "VIP Chat\t{3BBF0B}Enabled\n" : "VIP Chat\t{FF0000}Disabled\n" : "VIP Chat\t{FF0000}Disabled\n")


  2. C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(9447) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(9448) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(9449) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(11112) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(11120) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(11725) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(11728) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21135) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21136) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21137) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21138) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21139) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21140) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21141) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21142) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21143) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21144) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21145) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21146) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21147) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21148) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21149) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21150) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21151) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\Muie\Desktop\scripting cica\gamemodes\heroes.pwn(21152) : error 001: expected token: "-string end-", but found "-identifier-"

    Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


    26 Errors.
     

     

     

     

    Ce pot sa le fac  ? nici macar n am umblat la dialogurile pentru skin uri sau ce mai este acolo ... Mersi anticipat ... Gamemode: hpq123 big edit , cel de la hanako

  3. 4 hours ago, marian100344 said:

    BA nu merge parola cand mi pun parolo nu mi merge zice ca i gresita si ieu stiu ca opun corect Marian10034

      Reveal hidden contents

     

     

    E din cauza ca nu ai conectat baza de date bine , sau poate l ai pornit pe localhost si nu ai pus baza de date.... sunt multe turoriale pe net

     

×
×
  • 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.