Command doesn't work
#9

@Linhanh : The command you gave me shows an error "Undefined symbol params", So i Put it lik this :


Quote:

CMD:makeadmin(playerid, params[])
{
new player[MAX_PLAYER_NAME], giveplayer[MAX_PLAYER_NAME], level, giveplayerid;
new string[128];
if(IsPlayerAdmin(playerid))
{
if(!sscanf(params,"ud",giveplayer,level))
{
if(giveplayerid != INVALID_PLAYER_ID)
{
GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, player, sizeof(player));
PlayerInfo[giveplayerid][AdminLvl] = level;
printf("Admin %s made %s a level %d admin.", player, giveplayer, level);
format(string, sizeof(string), "You are now an administrator level %d thanks to %s.", level, player);
SendClientMessage(giveplayerid, 0x00C2ECFF, string);
format(string, sizeof(string), "You have given %s level %d admin.", giveplayer,PlayerInfo[giveplayerid][AdminLvl]);
SendClientMessage(playerid, 0x00C2ECFF, string);
}
else
{
format(string, sizeof(string), "%i is not an active player.", giveplayerid);
SendClientMessage(playerid, 0xE60000FF, string);
return 1;
}
}
else
{
SendClientMessage(playerid, Crvena, "USAGE: /makeadmin [playerid] [level]");
SendClientMessage(playerid, Crvena, "FUNCTION: Player will be an admin.");
return 1;
}
}
else SendClientMessage(playerid, 0xE60000FF, "You are not a lead admin!");
return 1;
}

And, when I go into my server, my login dialog doesn't show up -.-' I just click Spawn, and get in the game, but the command still doesn't work -.-
Reply


Messages In This Thread
HELP pls ! Command problem. - by .sparkY - 16.11.2010, 09:50
Re: Command doesn't work - by Dj_maryo1993 - 16.11.2010, 10:17
Re: Command doesn't work - by .sparkY - 16.11.2010, 10:47
Re: Command doesn't work - by iggy1 - 16.11.2010, 10:57
Re: Command doesn't work - by .sparkY - 16.11.2010, 11:20
Re: Command doesn't work - by .sparkY - 16.11.2010, 11:59
Re: Command doesn't work - by .sparkY - 16.11.2010, 19:00
Re: Command doesn't work - by Kidemo - 16.11.2010, 19:03
Re: Command doesn't work - by .sparkY - 16.11.2010, 19:37
Re: Command doesn't work - by .sparkY - 17.11.2010, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)