please help me
#1

again please help me with this
Код:
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(2886) : error 017: undefined symbol "UserSetINT"
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(2886) : error 029: invalid expression, assumed zero
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(2886) : warning 215: expression has no effect
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3249) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3253) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3255) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3257) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3258) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3259) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3272) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3451) : error 079: inconsistent return types (array & non-array)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3455) : error 079: inconsistent return types (array & non-array)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3458) : error 017: undefined symbol "strname"
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3474) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3478) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3480) : error 033: array must be indexed (variable "file")
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3482) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3483) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3484) : error 035: argument type mismatch (argument 1)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3489) : error 079: inconsistent return types (array & non-array)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3494) : error 079: inconsistent return types (array & non-array)
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3497) : error 029: invalid expression, assumed zero
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3497) : error 004: function "announcement" is not implemented
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3517) : error 029: invalid expression, assumed zero
C:\Users\MR. TOM LEE FOX\Desktop\samp03bsvr_win32\gamemodes\19script.pwn(3517) : error 004: function "robbingdrugscountdown" is not implemented
thanks for all the help From. Tom_Fox
Reply
#2

A code will be helpful..
Reply
#3

Quote:
Originally Posted by -Luis
Посмотреть сообщение
A code will be helpful..
im sorry what code are you talking about the part where im geting the errors or no im not that good with scriping sorry
Reply
#4

Quote:
Originally Posted by sam1929
Посмотреть сообщение
im sorry what code are you talking about the part where im geting the errors or no im not that good with scriping sorry
we can't find out what is wrong, if we can't see where the errors are in to. post the piece of the script where the errors are in, than maybe we can help you
Reply
#5

Ok, all I can tell you is, you either are missing a bracket somewhere if you edited the code, or you are missing an include file, and the compiler doesn't understand what you are doing.

Like the others said, post your code, in particular, post any code that you have edited recently, as this could be the problem.
Reply
#6

Quote:
Originally Posted by sjoeppie
Посмотреть сообщение
we can't find out what is wrong, if we can't see where the errors are in to. post the piece of the script where the errors are in, than maybe we can help you
Код:
on line 2886 UserSetINT(PlayerName(id)).("canusearmy",1337);
on line 3249 file = fopen(file, io_write);
on line 3253 file = fopen(file, io_append);
on line 3255 if (file)
on line 3257 fwrite(file, strMsg);
on line 3258 fwrite(file, striMsg);
on line 3259 fclose(file);
on line 3272 fread(file,strMsg,128);
on line 3451 if (!IRC_IsOp(gGroupID,channel,user)) return false;
on line 3455 if(isnull(reason)) return IRC_Notice(gGroupID,user,"You have not put in a reason");
on line 3458 new space = (strfind(params, strname));
on line 3474 file = fopen(file, io_write);
on line 3478 file = fopen(file, io_append);
on line 3480 if (file)
on line 3482 fwrite(file, strMsg);
on line 3483 fwrite(file, striMsg);
on line 3484 fclose(file);
on line 3494 return true;
on line 3497 public announcement()
on line 3517 public robbingdrugscountdown()
on line 3574 public twofoursevenmoveplayer()
Reply
#7

Did you recently add something and add an extra } or skipped one??
Reply
#8

Quote:
Originally Posted by Memoryz
Посмотреть сообщение
Did you recently add something and add an extra } or skipped one??
no a freind of my add some code to this gm add some more irc things and add the irc so it would work in here and add in a admin click fs in here as well
Reply
#9

well that was a somethink i ask for help i post my code then then the code where im geting the errors then you all just stop talking how nice is that oh well
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)