25.12.2010, 02:32
And Postions of Vehicle?
Sorry,i know your question..
Here:
Sorry,i know your question..
Here:
pawn Код:
new str[32];
for(new d=1; d<100; d++)
{
new Float:x,Float:y,Float:z;
GetVehiclePos(vehicleid,x,y,z);
format(str,10,"Los Santos 00%d",d);
Reg[d] = Create3DTextLabel(str, 0x43ADADFF ,x,y,z, 15.0, 0, 1);
}