Compiling Error 079
#1

All these errors im getting:

Error is:
Quote:

error 079: inconsistent return types (array & non-array)

pawn Код:
if (strcmp("/wepshop", cmdtext, true, 11) == 0)
    {
    if(IsPlayerVipType(playerid,1))
    {
        ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Weapon Shop","Brass Knuckles ($500)\nGolf Club ($500)\nNite Stick ($500)\nKnife ($500)\nBaseball Bat ($500)\nShovel ($500)\nPool Cue ($500)\nKatana ($500)\nChainsaw ($1500)\n9mm Pistol ($2000)\nSilenced 9mm Pistol ($2100)\nDesert Eagle ($2100)\nSawn-Off Shotgun ($10000)\nAK-47 ($5000)\nTEC-9 ($2500)\nSpecial Weapon ($50000)\n","Buy!", "Exit");
        return 1;
Error is on the last
Код:
return 1;
Why does this happend? I got many error of those...
Reply


Messages In This Thread
Compiling Error 079 - by ivitec - 15.12.2012, 02:39
Re: Compiling Error 079 - by willsuckformoney - 15.12.2012, 02:52
Re: Compiling Error 079 - by ivitec - 15.12.2012, 02:57
Re: Compiling Error 079 - by willsuckformoney - 15.12.2012, 03:14
Re: Compiling Error 079 - by ivitec - 15.12.2012, 03:40
Re: Compiling Error 079 - by willsuckformoney - 15.12.2012, 03:55
Re: Compiling Error 079 - by RajatPawar - 15.12.2012, 05:27

Forum Jump:


Users browsing this thread: 1 Guest(s)