27.01.2019, 09:05
Code:
new RobCps[MAX_PLAYERS];
Code:
new rand = random(sizeof(robberycheckpoints)); RobCps[playerid] = CreateDynamicCP(robberycheckpoints[rand][0],robberycheckpoints[rand][1],robberycheckpoints[rand][2],robberycheckpoints[rand][3], -1, -1, playerid, -1);
Code:
new Float: robberycheckpoints[3][4] =
{
{-751.9777,-131.2435,65.8281, 3.0 }, // 1
{-548.4982,-181.6734,78.4063, 3.0 }, // 2
{-520.1964,-544.4396,25.5234, 3.0 }, // 3
};

