01.07.2011, 22:23
Hello guys, so this is my error:
I have changed the line:
to this:
How to fix that :S?
pawn Код:
C:\Ravens RP 0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(39807) : error 001: expected token: ")", but found ","
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
format(string, sizeof(string), "]>>: %s, contact %s (Phone: %d)", result, sendername ,PlayerInfo[playerid][pPnumber]);
pawn Код:
format(string, sizeof(string), "]>>: An advertisment by %s (Phone: %d)", sendername ,PlayerInfo[playerid][pPnumber]);
format(string, sizeof(string, "]>>: %s ", result);
How to fix that :S?