IRC SCRIPT. UNEXPECTED ERRORS
#1

PHP код:
C:\Users\\Downloads\Compressed\New folder (3)\samp037_svr_R1_win32 (2) - Copy\gamemodes\grab.pwn(2865) : error 001expected token"-string end-"but found "-identifier-"
C:\Users\\Downloads\Compressed\New folder (3)\samp037_svr_R1_win32 (2) - Copy\gamemodes\grab.pwn(2865) : error 029invalid expressionassumed zero
C
:\Users\\Downloads\Compressed\New folder (3)\samp037_svr_R1_win32 (2) - Copy\gamemodes\grab.pwn(2868) : error 010invalid function or declaration
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
3 Errors

PHP код:
public IRC_OnUserDisconnect(botiduser[], host[], message[])
{
    
printf("*** IRC_OnUserDisconnect (Bot ID %d): User %s (%s) disconnected (%s)"botiduserhostmessage);
    return 
1;

I don't see anything wrong. Any help? guyz
Reply
#2

anyone
Reply
#3

Try this one
pawn Код:
public IRC_OnUserDisconnect(botid, user[], host[], message[])
{
      printf("*** IRC_OnUserDisconnect (Bot ID %d): User %s (%s) disconnected (%s)", botid, user, host, message);
      return 1;
}
Reply
#4

umm,sorry for bumping this topic

but,whats the different from code sscarface give and LazyBoy's?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)