Tons of errors..
#21

Quote:
Originally Posted by Don Correlli
Change one of the variables.

Example:
pawn Код:
enum PlayerInfo {
  Name,
  ...
};
to:

pawn Код:
enum PlayerInfo {
  gName,
  ...
};
and everything which is related to this variable.
Wouldn't that just be the same thing, if I had to change everything, includeing the OnPlayerConnectSettings..? (btw im fallowing what https://sampwiki.blast.hk/wiki/Creating_A_Simple_Administration_FilterScript is doing..)

EDIT: IT WORKED! Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)