Extract the lowest number from a variable
#1

hello there the question is in a title i've tink something like this...
pawn Код:
new pLevel[MAX_PLAYERS];

foreach(Player, pID)
{
if(pID != playerid)
{
pLevel[pID] = PlayerLevel[pID];
}
}
ExtractLowestNumber(pLevel[pID]);

/*
pLevel = From where to take the number
PlayerLevel = Player variable
*/
Reply
#2

okey i will try
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)