31.05.2012, 19:05
Код:
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;
}

