01.09.2011, 20:34
When you enter the same interior in Las Venturas but I came in, I see and SF Text, I want to hide SF Text, and sees only LV Text. As entry of San Fierro and see Textdraw SF Text, but it shows LV Text and LS Text, how to do it from any city I came to show his Text
Код:
if(Entering[playerid] == 1) { Create3DTextLabel("LS Text", 0x000000FF, X, Y, Z, 5.0, 1); } if(Entering[playerid] == 2) { Create3DTextLabel("LS Text", 0x000000FF, X, Y, Z, 5.0, 1); } if(Entering[playerid] == 3) { Create3DTextLabel("SF Text", 0x000000FF, X, Y, Z, 5.0, 1); } if(Entering[playerid] == 4) { Create3DTextLabel("LV Text", 0x000000FF, 355.3591, 161.3637, 1019.9844, 5.0, 1); }