28.09.2011, 16:49
Nothing is wrong with:
Anything at OnPlayerUpdate?
// Didn't saw your new post.
pawn Код:
CMD:somecmd(playerid,params[])
{
new string[128];
format(string......);
}
// Didn't saw your new post.