What's wrong here..
#6

I told you any code out of callbacks is invalid and you re-added outside.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/help", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "To be updated.");
        return 1;
    }
    // other commands
    return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    // code..
    return 1;
}
Reply


Messages In This Thread
What's wrong here.. - by Bost - 30.11.2013, 16:37
Re: What's wrong here.. - by Konstantinos - 30.11.2013, 16:41
Re: What's wrong here.. - by Bost - 30.11.2013, 17:18
Re: What's wrong here.. - by Konstantinos - 30.11.2013, 18:19
Re: What's wrong here.. - by Bost - 30.11.2013, 18:30
Re: What's wrong here.. - by Konstantinos - 30.11.2013, 18:41
Re: What's wrong here.. - by Bost - 30.11.2013, 19:03
Re: What's wrong here.. - by Mitchy - 30.11.2013, 23:10

Forum Jump:


Users browsing this thread: 3 Guest(s)