SERVER: Unknown Command
#7

--Edit--

i got it working, i was either a registration system or else the <custom> #include

but now when i try to add registration system i get errors when i #define COLOR_RED so i changed to COLOR_WHITE and i still get the same error

http://pastebin.com/m1ec1abc1

errors are
Код:
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(183) : error 029: invalid expression, assumed zero
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(183) : warning 215: expression has no effect
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(183) : error 001: expected token: ";", but found ")"
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(183) : error 029: invalid expression, assumed zero
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(183) : fatal error 107: too many error messages on one line
pawn Код:
if(!strlen(params)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE:/register [password]");
  if(dini_Exists(file)) return SendClientMessage(playerid, COLOR_WHITE, "You are already registered!");
line 183 is in the dcmd_register part at the end of the script
Reply


Messages In This Thread
SERVER: Unknown Command - by Ritchie999 - 15.11.2009, 21:22
Re: SERVER: Unknown Command - by jasonbridges - 15.11.2009, 21:53
Re: SERVER: Unknown Command - by Ritchie999 - 15.11.2009, 22:02
Re: SERVER: Unknown Command - by Maniek - 15.11.2009, 22:16
Re: SERVER: Unknown Command - by Ritchie999 - 15.11.2009, 22:21
Re: SERVER: Unknown Command - by jasonbridges - 15.11.2009, 22:22
Re: SERVER: Unknown Command - by Ritchie999 - 15.11.2009, 22:31
Re: SERVER: Unknown Command - by [HKS]dlegend - 16.11.2009, 05:00

Forum Jump:


Users browsing this thread: 6 Guest(s)