- 0
Cateva erori.
-
Recently Browsing 0 members
- No registered users viewing this page.
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
SpriTe_
Salut baieti am un GM care-l repar acum si iata ca m-am intalnic cu inca cateva erori, la care nu pot defini liniile:
[pawn]
(546) : error 017: undefined symbol "RegDialog"
(560) : error 017: undefined symbol "OnLogin"
(562) : error 017: undefined symbol "OnLogin"
(573) : error 017: undefined symbol "hit"
(573) : warning 215: expression has no effect
(573) : error 001: expected token: ";", but found "]"
(573) : error 029: invalid expression, assumed zero
(573) : fatal error 107: too many error messages on one line
[/pawn]
Si iata liniile:
Linia 546
[pawn]ShowPlayerDialog( playerid, RegDialog, DIALOG_STYLE_INPUT, "{E60000}Register", rstr,"Register", "Let's Play" );[/pawn]
Linia 560
[pawn]ShowPlayerDialog( playerid, OnLogin, DIALOG_STYLE_MSGBOX, "{00FF00}Logged in", string, "Quit", "" );[/pawn]
Linia 562
[pawn]else ShowPlayerDialog( playerid, OnLogin, DIALOG_STYLE_MSGBOX, "{00FF00}Logged in", "\t\t{ACACAC}ACCOUNT:\n{FFFFFF}You have been automatically LoggedIn\n\n{FFFFFF}Admin Level: {00FF00}0 {FFFFFF}\n\n{FFFFFF}V.I.P Level: {00FF00}0", "Quit", "" );[/pawn]
Linia 436
[pawn][/pawn]
Linia 573
[pawn] if ( hit[ playerid ] > 0 )[/pawn]
Multumesc anticipat !
5 answers to this question
Recommended Posts