- 0
comanda
-
Similar Content
-
- 2 answers
- 678 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 425 views
-
- 3 replies
- 564 views
-
Comanda /spec
By VAurel,
- 4 answers
- 778 views
-
- 3 replies
- 661 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Kingsley
Am facut comanda /factions dar imi da niste erori si nu stiu de la ce sunt:
}
CMD:factions(playerid, params[])//In work
{
if(IsPlayerConnected(playerid))
{
new factions[128];
format(factions , sizeof(factions),"#\tFaction Name\tMembers\tSlots\n1.\t{456FCFFF}Police Departament\t%s\t10\n2.\t{456FCFFF}Federal Burreau Of Investigations\t%s\t10\n3.\t{456FCFFF}National Guard\t%s\t10\n\n4.\t{f86448FF}Paramedic Departament\t%s\t10\n5.\t{FFABFCFF}San News\t%s\t10\n6.\t{FFFFA8FF}Tow Car Co.\t%s\t10\n7.\t{FFFF00AA}Taxi Cab Co.\t%s\t10\n7.\t8.\t{10E056FF}School Instructors\t%s\t10\n9.\t{A5443BF3}Hitman Agency\t%s\t10\n10.\t{CC0000FF}The Triad's Mafia\t%s\t10\n11.\t{66857399}The Porrello Family\t%s\t10\n12.\t{2F2F2F99}The Sicilian Mafia\t%s\t10\n13.\t{88572499}The Russian Mafia\t%s\t10",pmembers);
ShowPlayerDialog(DIALOG_FACTIUNI,DIALOG_STYLE_TABLIST,factions,"Exit","Select");
}
return 1;
}
Erorile:
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27798) : error 075: input line too long (after substitutions)
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27799) : error 037: invalid string (possibly non-terminated string)
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27799) : warning 215: expression has no effect
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27799) : error 001: expected token: ";", but found "}"
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27799) : error 017: undefined symbol "Police"
C:\Users\VICTOR\Desktop\Chestii\LCZ-Gaming RPG\gamemodes\LCZ-Gaming.pwn(27799) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Retras
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now