SA-MP Forums Archive
Tons of errors.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tons of errors.. (/showthread.php?tid=95984)

Pages: 1 2


Re: Tons of errors.. - _Vortex - 06.09.2009

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