08.02.2014, 15:58
While checking the gamemode;
Isn't... 250 lines.."a little bit" too much?
"Setmoney" doesn't actually sets the targets money, rather it just gives the target the money ( ResetPlayerMoney(id); blabla )
Well, nice, keep up the good work
Just a question: This is a re-make of your Critical dm, right? xd
pawn Код:
COMMAND:clearchat(playerid,params[])
{
if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, COLOR_LIGHTBLUE, "You're not authorized to use this command!");
for(new i = 0; i < 250; i++) SendClientMessageToAll(0x00000000," ");
return 1;
}
"Setmoney" doesn't actually sets the targets money, rather it just gives the target the money ( ResetPlayerMoney(id); blabla )
Well, nice, keep up the good work

Just a question: This is a re-make of your Critical dm, right? xd