Where is the problem ?
#1

I dunno what is this problem?

PHP код:
ShowPlayerDialog(playerid,DIALOG_HOSPITAL,DIALOG_STYLE_LIST,"Hospital Menu","{FFFFFF}Heal ($5000)\nCure ($5000)\nHeal and Cure ($10000)","Select","Cancel"); 
ERRORS:

PHP код:
D:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 029invalid expressionassumed zero
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 001expected token";"but found ")"
D:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 029invalid expressionassumed zero
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

SOLVED
Reply
#2

Are you sure you defined DIALOG_HOSPITAL with a number?
Like:
pawn Код:
#define DIALOG_HOSPITAL  14
Reply
#3

Quote:
Originally Posted by nor15
Посмотреть сообщение
I dunno what is this problem?

PHP код:
ShowPlayerDialog(playerid,DIALOG_HOSPITAL,DIALOG_STYLE_LIST,"Hospital Menu","{FFFFFF}Heal ($5000)\nCure ($5000)\nHeal and Cure ($10000)","Select","Cancel"); 
ERRORS:

PHP код:
D:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 029invalid expressionassumed zero
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : warning 215expression has no effect
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 001expected token";"but found ")"
D:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : error 029invalid expressionassumed zero
D
:\Games\SFCRRPGv1.1\Best\gamemodes\new.pwn(7964) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

The problem aren't are here, show more code where is this located

Or you dont have the
pawn Код:
#define DIALOG_HOSPITAL 9999
Reply
#4

I defined but i forgot the number 11 , Already solved , Thanks
Repped both
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)