07.06.2009, 03:01
Copy and paste that into your script, and try now
you had to put a 1 in,
hope this helped!
pawn Код:
if(strcmp("/givemetcash", cmdtext, true) == 0)
{
if(PlayerInfo[playerid][aLevel] = 1) return SendClientMessage(playerid, red, "You are not an admin");
GivePlayerTcash(playerid, 1000000);
SendClientMessage(playerid, green, "You got 1 million Tcash!");
return 1;
}
pawn Код:
[aLevel] = 0