[Solved] Clickable TextDraw
#3

r u able to press 2 keys at once all i see is the single key concept heres and example of a key string

Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){
	if (PRESSED(KEY_FIRE)){
		new
			vehicleid = GetPlayerVehicleID(playerid);
		if (vehicleid){
			AddVehicleComponent(vehicleid, 1010);}}
	return 1;}
how i would make this into a 2 string concept?
Reply


Messages In This Thread
[Solved] Clickable TextDraw - by troy52192 - 28.10.2009, 04:17
Re: Clickable TextDraw - by Jasen - 28.10.2009, 04:58
Re: Clickable TextDraw - by troy52192 - 28.10.2009, 05:11
Re: Clickable TextDraw - by Jasen - 28.10.2009, 05:19
Re: Clickable TextDraw - by Dirty_bum - 28.10.2009, 05:36
Re: Clickable TextDraw - by troy52192 - 28.10.2009, 06:29
Re: Clickable TextDraw - by Jasen - 28.10.2009, 06:43

Forum Jump:


Users browsing this thread: 2 Guest(s)