help with explosion
#6

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)
Should be:
pawn Код:
if (!strcmp(cmdtext, "/kaboom", true))
Reply


Messages In This Thread
help with explosion - by bristan - 20.08.2009, 23:41
Re: help with explosion - by OmeRinG - 20.08.2009, 23:47
Re: help with explosion - by bristan - 20.08.2009, 23:53
Re: help with explosion - by OmeRinG - 21.08.2009, 00:03
Re: help with explosion - by bristan - 21.08.2009, 00:31
Re: help with explosion - by hannovd - 21.08.2009, 00:36

Forum Jump:


Users browsing this thread: 2 Guest(s)