Warning
#2

Код:
public OnPlayerEnterVehicle (playerid, vehicleid, ispassenger)
{
        new Text:Textdrawtext1, Text:Textdrawtext3;
	new string [256];
	format (string, sizeof (string), "~ r ~ g ~ Press ~ 2 ~ g ~ to fix the car and you click ~ g ~ r ~ ~ r ~ ~ to add NITRO!");
	TextDrawSetString (Textdrawtext1, string);
	TextDrawShowForPlayer (playerid, Textdrawtext1);
	new zbstring [256];
	format (zbstring, sizeof (zbstring), "___Press ~ ~ w ~ r ~ Click for hide this message!");
	TextDrawSetString (Textdrawtext3, zbstring);
	TextDrawShowForPlayer (playerid, Textdrawtext3);
	return 1;
}
Reply


Messages In This Thread
Warning - by SkL_MD - 31.05.2012, 19:01
Re: Warning - by badnum23 - 31.05.2012, 19:05
Re: Warning - by ViniBorn - 31.05.2012, 19:06
Re: Warning - by SkL_MD - 31.05.2012, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)