help with id!
#10

Change
Код:
if(sscanf(params, "ud",playerid, Level)) return SendClientMessage(playerid, COLOR_RED, "|| Usage: /setlevel [playerid] [level] ||");
if(Player[playerid][admin] == Level) return SendClientMessage(playerid, COLOR_RED, "ERROR: That player is moderator already!");
to

Код:
if(sscanf(params, "ud",pID, Level)) return SendClientMessage(playerid, COLOR_RED, "|| Usage: /setlevel [playerid] [level] ||");
if(Player[pID][admin] == Level) return SendClientMessage(playerid, COLOR_RED, "ERROR: That player is moderator already!");
Reply


Messages In This Thread
help with id! - by [MKD]Max - 20.01.2011, 16:12
Re: help with id! - by blackwave - 20.01.2011, 16:19
Re: help with id! - by [MKD]Max - 20.01.2011, 16:22
Re: help with id! - by Ironboy500[TW] - 20.01.2011, 16:23
Re: help with id! - by [MKD]Max - 20.01.2011, 16:29
Re: help with id! - by Ironboy500[TW] - 20.01.2011, 16:30
Re: help with id! - by [MKD]Max - 20.01.2011, 16:32
Re: help with id! - by Ironboy500[TW] - 20.01.2011, 16:35
Re: help with id! - by [MKD]Max - 20.01.2011, 16:39
Re: help with id! - by Ironboy500[TW] - 20.01.2011, 16:49

Forum Jump:


Users browsing this thread: 3 Guest(s)