Help xD
#1

Ok, So i figured out a temporary solution for my class problems, If you've read my posts you'll know what i'm talking about. But i keep getting errors.

pawn Код:
new DrugLordSpawn[1][128] = {
"[HPS]HellBeast"
};
pawn Код:
39  if(classid == 286)
40  {
41      if(strcmp(Name, DrugLordSpawn, false) == 0)
42      {
43          return 1;
44      }
45      else
46      {
47        GameTextForPlayer(playerid, "~R~You do not have permissions to use this class!", 5000, 5);
48      return 0;
49      }
50  }
Код:
(41) : error 048: array dimensions do not match
Reply


Messages In This Thread
Help xD - by ScottCFR - 08.04.2010, 02:28
Re: Help xD - by smeti - 08.04.2010, 07:07

Forum Jump:


Users browsing this thread: 1 Guest(s)