errors
#1

got 2 errors D:

C:\Users\User\Desktop\test\gamemodes\myserver.pwn( 4890) : error 035: argument type mismatch (argument 2)
C:\Users\User\Desktop\test\gamemodes\myserver.pwn( 4901) : error 035: argument type mismatch (argument 2)


tell me which lines to give :3
Reply
#2

4890 and 4901
Reply
#3

4890 - strmid(bugreports[newid][bugreport], bugreport, 0, strlen(bugreport), 128);
4901 - SendBugReportToQue(bugreportfrom, bugreport);
Reply
#4

Is bugreport an array?
Reply
#5

enum bugreportinfo
{
bughasbeenused,
bugreport[128],
bugreportfrom,
checkingbugreport,
bugbeingused,
bugtimetoexpire,
}
Reply
#6

I meant the second variable.
Reply
#7

what do you mean? O_O
Reply
#8

strmid(bugreports[newid][bugreport], bugreport, 0, strlen(bugreport), 12;
Reply
#9

yeah
Reply
#10

Show me the function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)