05.07.2010, 18:02
Tipo, eu vou correr com a skin normal do gta sa, ela corre rapido, + as outras sгo mу lerdas. Queria saber como colocar todas da mesma velocidade.
stock GetLado(playerid, &Float:x, &Float:y, Float:distance)
{ // Criada pot ******
new Float:a;
GetPlayerPos(playerid, x, y, a);
GetPlayerFacingAngle(playerid, a);
if (GetPlayerVehicleID(playerid))
{
GetPlayerFacingAngle(GetPlayerVehicleID(playerid), a);
}
x += (distance * floatsin(-a, degrees));
y += (distance * floatcos(-a, degrees));
}
if(GetPlayerSkin(playerid) == 0)//ID SKIN
{
new Float:x, Float:y, Float:z;
GetLado(playerid, x, y, 3.0);//Seta o Lado dele usando a stock acima
SetPlayerVelocity(playerid, x-1, y-1, z);//Diminui Velo
}