Loose indentation
#1

The line with SS[NumberOfVehicles]'s the problem

pawn Код:
stock GetXYInBackOfPlayer(const playerid, &Float:x, &Float:y, const Float:distance)
{
    new Float:a; GetPlayerPos(playerid, x, y, a); GetPlayerFacingAngle(playerid, a);
    if (IsPlayerInAnyVehicle(playerid)) { new vid=GetPlayerVehicleID(playerid);
    if (vid > 0 && vid < SS[NumberOfVehicles]) GetVehicleZAngle(vid, a); }
    x -= (distance * floatsin(-a, degrees)); y -= (distance * floatcos(-a, degrees));
}
and yeah i dont want to use

And yeah how to setup this thing, i mean what to exchange with localhost, like the username of the details of FTP or?
Код:
#define MAILER_URL "localhost/mailer.php"
Reply


Messages In This Thread
Loose indentation - by IdonTmiss - 10.01.2018, 21:05
Re: Loose indentation - by RogueDrifter - 10.01.2018, 21:12
Re: Loose indentation - by IdonTmiss - 10.01.2018, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)