29.04.2010, 16:20
You must add return 0; at the end.
pawn Код:
else
{
format(string, sizeof(string), "(Windows Open) %s Says: %s", str, text);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
}
}
return 0;
}