Help me
#1

What does this mean

error 025: function heading differs from prototype

this is what i have on my script line
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
Reply
#2

try using this:

pawn Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
    //
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)