error 035: argument type mismatch (argument 2)
#1

PHP код:
C:\Users\Matt\Desktop\truckingph\gamemodes\truckingph.pwn(4399) : error 035argument type mismatch (argument 2)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    if (!
success)
    {
    new 
string[500];
    
format(string,sizeof(string),"PH-BOT: This command has not founded in System %s(%d), Please use /cmds(/commands) or /help For more Info.",GetPName(playerid));
    
SendClientMessage(playeridlredstring);
    }
    return 
1;

i already read this https://sampwiki.blast.hk/wiki/Format but it gave same errors
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)