25.03.2012, 01:00
Hey Guys.
We'll ive made a textdraw,
so what i want to happen is,
when the player goes onto the pickup the textdraw shows,
when he goes of the pickup (out of the range of pickup) the textdraw hides.
Ive got that, but it only dissapears if i go into the LSPD Interior?
We'll ive made a textdraw,
so what i want to happen is,
when the player goes onto the pickup the textdraw shows,
when he goes of the pickup (out of the range of pickup) the textdraw hides.
Код:
if(pickupid == iLSPDEntrance) { TextDrawShowForPlayer(playerid,gDoor); } else { TextDrawHideForPlayer(playerid,gDoor); } }