10.12.2013, 15:43
Hey guys can you tell me why am i getting these errors?
The error came from these lines:
And the TXT_RewardJob text is this
I need to fix it urgently so please help me.
Код:
C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : error 037: invalid string (possibly non-terminated string) C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : warning 215: expression has no effect C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : warning 215: expression has no effect C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : error 001: expected token: ";", but found ")" C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : error 029: invalid expression, assumed zero C:\Users\bijay\Desktop\Trucking\pawno\include\PPC_MissionsTrucking.inc(173) : fatal error 107: too many error messages on one line
pawn Код:
RewardPlayer(playerid, Payment, 0);
format(Message, 128, TXT_RewardJob, Payment);
SendClientMessage(playerid, 0xFFFFFFFF, Message);
pawn Код:
#define TXT_RewardJob "{00FF00}You finished the mission and earned $%i"