/drop command.
#6

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Cheers mate. Not done one of these commands in ages.

Also, do you know how I can do this?

How to check what the "Value" is, I tried:

pawn Код:
if(Value == 1)
{
    //code
}
else if(Value == 2)
{
    //code
}
else if(Value == 3)
{
    //code
}
else SendClientMessage(playerid, WHITE, "Only 1 - 3.");
Cheers Ben
You mean if they enter a value over 3 tell them or below 1 ?? If so try this

pawn Код:
if(Value < 1 || Value > 3) return SendClientMessage(playerid, COLOUR_PINK, "Error: THe command does not go below 1 or above 3.");
Reply


Messages In This Thread
/drop command. - by iGetty - 24.05.2012, 22:20
Re: /drop command. - by vIBIENNYx - 24.05.2012, 22:26
Re: /drop command. - by vIBIENNYx - 24.05.2012, 22:30
Re: /drop command. - by iGetty - 24.05.2012, 22:36
Re: /drop command. - by iGetty - 24.05.2012, 22:50
Re: /drop command. - by IceCube! - 24.05.2012, 23:13
Re: /drop command. - by ReneG - 24.05.2012, 23:22

Forum Jump:


Users browsing this thread: 2 Guest(s)