error 029: invalid expression, assumed zero
#1

I need fix it. please helpme.
Quote:

D:\IMRP\IMRPFile\gamemodes\ModernRoleplayBackup.pw n(8175) : error 029: invalid expression, assumed zero
D:\IMRP\IMRPFile\gamemodes\ModernRoleplayBackup.pw n(8175) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Quote:

else(strlen(aDuty[playerid])) format(string, sizeof(string), "(( {FF0000}%s {FFFFFF}%s: {E0FFFF}%s ))", RPAL(playerid), NORPN(playerid), text);

Reply
#2

Hello!

Does it work like this?
PHP код:
else if(strlen(aDuty[playerid]))format(string,sizeof(string),"(({FF0000} %s {FFFFFF}%s:{E0FFFF} %s ))",RPAL(playerid),NORPN(playerid),text); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)