08.03.2011, 21:12
how would i make this because crazybob has this awesome menu thingy heres a pic
thanks
thanks
0xFFFFFFFF // This is pure black
0xFFFFFF33 // This is transparent black
isviewingbox[MAX_PLAYERS];
isviewingbox[playerid] = 1;
new textval = strval(text[0]);
if (textval == 1 && isviewingbox[playerid] == 1)
{
SendClientMessage(playerid, 0xFFFFFFAA, " You choosen option 1");
}
Ugh that's more complex.
You need to make a variable to know if the player is seeing a box, so make this pawn Код:
pawn Код:
pawn Код:
And remember to set the variable to 0 when player box is hidden |