How come this don't work?
#1

if(IsPlayerConnected(para1))
{
new Float:testcar[3];
GetPlayerPos(para1, testcar[1], testcar[2], testcar[3]);
new Float:Angle;
GetPlayerFacingAngle(para1, Angle);
new car = CreateVehicle(vehicleid, testcar[1]+2.5, testcar[2]+2.5, testcar[3], Angle, color1, color2, 0);
}
Reply


Messages In This Thread
How come this don't work? - by ThePlague1988 - 01.03.2011, 00:41
Re: How come this don't work? - by Backwardsman97 - 01.03.2011, 02:55
Re: How come this don't work? - by pawn_ - 01.03.2011, 03:12

Forum Jump:


Users browsing this thread: 2 Guest(s)