29.01.2013, 05:16
in the line
, the variable "str" got declared already, maybe global, or in the same function above.
either reuse the string without declaring it again, or use a different stringname, like str2 or Str.
the gClass variable is missing the index/cell. i assume it got declared for [MAX_PLAYERS], so this should work:
...presuming that the playerid is the default parameter (you didnt declare "id" in a loop for playerids, did you?)
at line 5826, iam clueless. show more code plox.
edit: good morning, early birds
Код:
Line 3406: new str[300];
either reuse the string without declaring it again, or use a different stringname, like str2 or Str.
the gClass variable is missing the index/cell. i assume it got declared for [MAX_PLAYERS], so this should work:
Код:
if(gClass[playedrid] == CLASS_PILOT)
at line 5826, iam clueless. show more code plox.
edit: good morning, early birds
