24.05.2012, 22:36
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:
Cheers Ben
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.");
