it gives Warning?
#3

under this part

pawn Код:
if (strcmp("/p...", cmd, true) == 0)

make it like this

if (strcmp("/p...", cmd, true) == 0)
{
then at this part

pawn Код:
SendClientMessage(playerid, COLOR_...,"...");

put return 1; so like this

SendClientMessage(playerid, COLOR_...,"...");
return 1;
then at this part

pawn Код:
return 1;
}

make it like this

    SendClientMessage(playerid, COLOR_...,"...");
    return 1;
}
hope this helps
Reply


Messages In This Thread
it gives Warning? - by Roomeo - 16.02.2011, 09:37
Re: it gives Warning? - by PowerPC603 - 16.02.2011, 09:45
Re: it gives Warning? - by SmugglesJr - 16.02.2011, 09:52
Re: it gives Warning? - by Roomeo - 16.02.2011, 10:26
Re: it gives Warning? - by Roomeo - 16.02.2011, 10:35
Re: it gives Warning? - by Stigg - 16.02.2011, 10:40
Re: it gives Warning? - by JaTochNietDan - 16.02.2011, 10:41
Re: it gives Warning? - by Roomeo - 16.02.2011, 10:49
Re: it gives Warning? - by Zack9764 - 16.02.2011, 10:56
Re: it gives Warning? - by Roomeo - 16.02.2011, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)