how cand i do that
#4

You can add it under if(PlayerOnMission[playerid] > 0).
Код:
if(GetPlayerVehicleID(playerid) == 522 || GetPlayerVehicleID(playerid) == 461) 
{
           SetPlayerCheckpoint(playerid, NRGStuntX,NRGStuntY,NRGStuntZ, 3.0);
           IsAtStuntEvent[playerid] = 1;
           SendClientMessage(playerid, COLOR_LIGHTBLUE, "{FFFFFF}••• Ai intrat la {FF9900}StuntEVENT. {FFFFFF}Du-te la checkpoint si fa {FF9900}stunt-ul!");
           return 1;
}
else
{
          SendClientMessage(playerid, COLOR_LIGHTBLUE, "{FFFFFF}••• You must be in a NRG-500 or PCJ-600");
}
Reply


Messages In This Thread
how cand i do that - by crazyze - 19.01.2014, 16:11
Re: how cand i do that - by SickAttack - 19.01.2014, 16:26
Re: how cand i do that - by crazyze - 19.01.2014, 16:43
Re: how cand i do that - by SickAttack - 19.01.2014, 16:51
Re: how cand i do that - by Konstantinos - 19.01.2014, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)