Jump to content

Florin Gabriel

Membru
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

Florin Gabriel's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  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. error 021: symbol aleardy defined: "@yC_e" Ma poate ajuta cineva ? este gamemode ul lui cosminak47 BURNED , cel optimizat. tot ce am facut a fost sa schimb obiectul de la quest , si sa schimb comanda /hc cu /e , in rest nimic...
  4. 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
  5. fatal error 100: cannot read from file: "sistems" ma poate ajuta cineva ? nici macar nu am mai gasit eroarea asta pe internet , sau un fisier .inc cu numele asta , ma poate ajuta cnv ?
  6. Respectele mele pentru fostul meu scripter si pentru faptul ca dupa ce a lucrat atata timp la acest Gamemode l-a publicat pe net . PS: Nice gamemode +1
×
×
  • 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.