13.05.2011, 15:45
Quote:
.........I am using Lux admin script........please help |
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/island", true) == 0)
{
if(!IsPlayerLuxAdmin(playerid)) return SendClientMessage(playerid, 0xFFFFFFAA, "This command is just for admins");
{
//code
}
{
return 1;
{