Problem with script
#3

Change this

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
to

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(success)
    {
        return 1;
    }
Reply


Messages In This Thread
Problem with script - by lewismichaelbbc - 06.06.2012, 16:28
Re: Problem with script - by Jonny5 - 06.06.2012, 17:04
Re: Problem with script - by MadeMan - 06.06.2012, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)