Begging for help (Important)
#3

in the line
Код:
Line 3406: new str[300];
, 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:
Код:
if(gClass[playedrid] == CLASS_PILOT)
...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
Reply


Messages In This Thread
Begging for help (Important) - by Strier - 29.01.2013, 04:53
Re: Begging for help (Important) - by Bakr - 29.01.2013, 05:12
Re: Begging for help (Important) - by Babul - 29.01.2013, 05:16
Respuesta: Begging for help (Important) - by Strier - 29.01.2013, 05:21
Re: Respuesta: Begging for help (Important) - by Jewell - 29.01.2013, 05:38
Re: Begging for help (Important) - by Dark Killer - 29.01.2013, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)