26.03.2011, 19:45
check your
"public OnPlayerCommandText(playerid, text[])"
if it ends like this:
then change the "return 0" into "return 1"
"public OnPlayerCommandText(playerid, text[])"
if it ends like this:
pawn Код:
return 0;
}