Teach me...
#10

Give cash command? (Sorry, didn't read any replies..)

pawn Код:
new user, amount;
if(!sscanf(params, "ui", user, amount))
{
if(user != INVALID_PLAYER_ID)
{
GivePlayerMoney(user, amount);
}
return 1;
}
Sorry, I couldn't indent using the quick-reply box on the forum.
Reply


Messages In This Thread
Teach me... - by GaGlets(R) - 03.08.2010, 00:14
Re: Teach me... - by cofy1 - 03.08.2010, 00:27
Re: Teach me... - by GaGlets(R) - 03.08.2010, 00:32
Re: Teach me... - by cofy1 - 03.08.2010, 00:35
Re: Teach me... - by GaGlets(R) - 03.08.2010, 00:36
Re: Teach me... - by cofy1 - 03.08.2010, 00:40
Re: Teach me... - by GaGlets(R) - 03.08.2010, 00:42
Re: Teach me... - by cofy1 - 03.08.2010, 00:45
Re: Teach me... - by GaGlets(R) - 03.08.2010, 01:02
Re: Teach me... - by (.Aztec); - 03.08.2010, 01:22

Forum Jump:


Users browsing this thread: 1 Guest(s)