03.08.2010, 01:22
Give cash command? (Sorry, didn't read any replies..)
Sorry, I couldn't indent using the quick-reply box on the forum.
pawn Код:
new user, amount;
if(!sscanf(params, "ui", user, amount))
{
if(user != INVALID_PLAYER_ID)
{
GivePlayerMoney(user, amount);
}
return 1;
}