why warning?
#2

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
new Text:IC;
IC = TextDrawCreate(260, 398,"~p~Car ID:%d",vehicleid);
TextDrawAlignment(IC,0);
TextDrawBackgroundColor(IC,0x000000ff);
TextDrawFont(IC,1);
TextDrawLetterSize(IC,0.699999,1.600000);
TextDrawColor(IC,0xffffffff);
TextDrawSetOutline(IC,1);
TextDrawSetProportional(IC,1);
TextDrawSetShadow(IC,1);
return 1;
}
Reply


Messages In This Thread
why warning? - by RenisiL - 02.05.2009, 18:02
Re: why warning? - by Kyle - 02.05.2009, 18:03
Re: why warning? - by RenisiL - 02.05.2009, 18:04
Re: why warning? - by member - 02.05.2009, 18:20

Forum Jump:


Users browsing this thread: 1 Guest(s)