- 0
Eroare comanda
-
Similar Content
-
- 2 replies
- 49 views
-
- 4 answers
- 63 views
-
- 12 replies
- 76 views
-
- 0 replies
- 106 views
-
eroare
By RazvaNeLL110,
- 4 replies
- 80 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By RazvaNeLL110,
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.
Question
marius11
Problema intalnita (descriere): Problema este ca nu pot sa mai adaug nimic la comanda /shop imi da eroare daca mai adaug ceva
Ero(area / rile) / warning-(ul / urile):
C:\Users\Ionut\Desktop\nProject\gamemodes\rpg.pwn(38177) : error 075: input line too long (after substitutions)
C:\Users\Ionut\Desktop\nProject\gamemodes\rpg.pwn(38178) : error 037: invalid string (possibly non-terminated string)
C:\Users\Ionut\Desktop\nProject\gamemodes\rpg.pwn(38178) : error 017: undefined symbol "Premium"
C:\Users\Ionut\Desktop\nProject\gamemodes\rpg.pwn(38178) : error 017: undefined symbol "Account"
C:\Users\Ionut\Desktop\nProject\gamemodes\rpg.pwn(38178) : 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.
Liniile de cod / sursa / script-ul(obligatoriu):
CMD:shop(playerid, params[])
{
format(szMessage, sizeof(szMessage), "Premium points: {E8E40C}%d{FFFFFF}", playerVariables[playerid][pPremiumPoints]);
ShowPlayerDialog(playerid, DIALOG_SHOP, DIALOG_STYLE_LIST, szMessage, "Premium Account - {E8E40C}60{FFFFFF} premium points\nChange Nickname - {E8E40C}15{FFFFFF} premium points\nClear FP - {E8E40C}15{FFFFFF} premium points\nClear warns - {E8E40C}20{FFFFFF} premium points{FFFFFF}\nVehicle hidden color - {E8E40C}15{FFFFFF} premium points\niPhone - {E8E40C}15{FFFFFF} premium points\nClear Days & KM - {E8E40C}20{FFFFFF} premium points\n5 fireworks - {E8E40C}1{FFFFFF} premium points\nClan {E8E40C}60{FFFFFF} premium points \n", "Select","Cancel");
return 1;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?:Chiar nu stiu de ce nu merge daca mai bag chiar si /nclan tot nu merge
Link to comment
Share on other sites
10 answers to this question
Recommended Posts