21.08.2009, 00:36
Quote:
Originally Posted by bristan
yea might be a good idea to have a way to stop it as well lol
ok i did what u fixed and now i got this lol Код:
(33362) : error 001: expected token: ")", but found "{" Код:
if (!strcmp(cmdtext, "/kaboom", true) line 33362 > { SetTimer("Kaboom", 1000, true); format(string, sizeof(string), "** %s To Dispatch: FIRE REPORTED AT CITYHALL **", sendername); SendRadioMessage(1, COLOR_BLUE, string); SendRadioMessage(2, COLOR_BLUE, string); SendRadioMessage(3, COLOR_BLUE, string); SendRadioMessage(4, COLOR_BLUE, string); return 1; } |
pawn Код:
if (!strcmp(cmdtext, "/kaboom", true)
pawn Код:
if (!strcmp(cmdtext, "/kaboom", true))