SA-MP Forums Archive
error 029,021 problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 029,021 problem (/showthread.php?tid=493920)



error 029,021 problem - acchack1vn - 10.02.2014

Quote:

C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : error 029: invalid expression, assumed zero
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : warning 215: expression has no effect
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : warning 215: expression has no effect
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : warning 215: expression has no effect
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : warning 215: expression has no effect
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : warning 215: expression has no effect
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : error 001: expected token: ";", but found ")"
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : error 029: invalid expression, assumed zero
C:\v\NG-RP\gamemodes\NG-RP.pwn(41186) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

my command
Quote:

CMDanews(playerid, params[])
{
if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9)//
{
if(IsPlayerInRangeOfPoint(playerid, 4.0, 621.7416,-8.3904,1102.7633))
{
ShowPlayerDialog(playerid, DIALOG_SANEWS, DIALOG_STYLE_LIST, "SANews: Lockers", "Toggle Duty\nCamera\nKevlar Vest ($2000)\nFirst Aid Kit\n9mm ($1000)\nDeagle ($5000)\nShotgun ($1500)\nClothing Selection", "Tien Hanh", "Huy Bo");
}
else
{
SendClientMessageEx(playerid, COLOR_WHITE, "Ban khong o gan tu khoa Nhа Bбo.");
}
}
return 1;
}




Re: error 029,021 problem - Riddick94 - 10.02.2014

There's no error in that command. Are you sure, that's the right one?


Re: error 029,021 problem - acchack1vn - 10.02.2014

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
There's no error in that command. Are you sure, that's the right one?
I can give you my file and you pwn or repair is not for me? Sorry. My English is poor


Re: error 029,021 problem - acchack1vn - 10.02.2014

Thank you. I treated it