16.05.2009, 18:49
Hey i am new to scripting and i know i ask alot of questions, I know how to check my own money but not another players please edit this script so it works to check other players money by typing /checkmoney id
Код:
if (strcmp("/checkmoney", cmdtext, true, 10) == 0)
{
GetPlayerMoney(playerid,);
return 1;
}

