help me
#2

Try this:

pawn Код:
if(IsTrailerAttachedToVehicle(vID))
{
MissionStatus[playerid] = 1;
new MisRand = random(sizeof(MisLocations));
new LoadText[128], Float, Float:y, Float:z;
x = MisLocations[MisRand][LoadX];
y = MisLocations[MisRand][LoadY];
z = MisLocations[MisRand][LoadZ];
unx[playerid] = MisLocations[MisRand][UnloadX];
uny[playerid] = MisLocations[MisRand][UnloadY];
unz[playerid] = MisLocations[MisRand][UnloadZ];
iPay[playerid] = MisLocations[MisRand][Pay];
SetPlayerCheckpoint(playerid, x, y, z, 7);
format(LoadText, 128, "%s",MisLocations[MisRand][LoadName]);
SendClientMessage(playerid, COLOR_GREEN, "Mission:");
SendClientMessage(playerid, COLOR_GREEN, "_____________________");
SendClientMessage(playerid, COLOR_GREEN, " ");
SendClientMessage(playerid, 0xFFFFFFFF, LoadText);
SendClientMessage(playerid, COLOR_GREEN, "_____________________");
}
Also where is line 241 ?
Reply


Messages In This Thread
help me - by rami.chaar2 - 05.08.2012, 13:22
Re: help me - by Rufio - 05.08.2012, 13:24
Re: help me - by Sig Hansen - 05.08.2012, 13:25
Re: help me - by rami.chaar2 - 05.08.2012, 22:37
Re: help me - by rami.chaar2 - 05.08.2012, 22:39
Re: help me - by rami.chaar2 - 05.08.2012, 22:44

Forum Jump:


Users browsing this thread: 1 Guest(s)