28.11.2011, 16:19
I guess you have have 2 times an openening tag.... (See the red)
Oh, btw, I guess you forgot to add the other part of your script too...
Код:
COMMAND:givecash(playerid, params[])
{
// Setup local variables
new Msg[128], Name[24], OtherName[24], OtherPlayer, Money;
// Send the command to all admins so they can see it
SendAdminText(playerid, "/givecash", params);
}

