How can i check if (click to see the rest)
#3

hm..
pawn Код:
// TOP
new cars[MAX_VEHICLES];
cars[0] = CreateVehicle(model,x,y,z,colo1,color2,delay);
new Float:x,Float:y,Float:z;
pawn Код:
public OnPlayerUpdate(playerid)
{
    new Float:px,Float:py,Float:pz;
    GetPlayerPos(playerid,px,py,pz);
    GetVehiclePos(cars[0],x,y,z);
    do
    {
          printf("The id: %d is back a vehicle",playerid);
    }
    while(x == px && y == py) // I dont know the distance between, sorry :X
    return 1;
}
Reply


Messages In This Thread
How can i check if (click to see the rest) - by MJ! - 22.01.2011, 17:57
Re: How can i check if (click to see the rest) - by MJ! - 22.01.2011, 18:44
Re: How can i check if (click to see the rest) - by blackwave - 22.01.2011, 18:47
Re: How can i check if (click to see the rest) - by MJ! - 22.01.2011, 19:23
Re: How can i check if (click to see the rest) - by bartje01 - 22.01.2011, 19:37
Re: How can i check if (click to see the rest) - by MJ! - 23.01.2011, 09:37

Forum Jump:


Users browsing this thread: 1 Guest(s)