Connecting FS
#22

Quote:
Originally Posted by Yordan_Kronos
Посмотреть сообщение
It have

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == info)
    {
    GameTextForPlayer(playerid, "~g~Welcome at the Truck Driver job, use /truckinfo to know more", 3000, 3);
    }
    if(pickupid == info)
    {
    GameTextForPlayer(playerid, "~g~Welcome at the Fly job, use /flyinfo to know more", 3000, 3);
    }
    if(pickupid == info)
    {
    GameTextForPlayer(playerid, "~g~Welcome at the Combine job, use /combineinfo to know more", 3000, 3);
    }
    return 1;

}
Error is some here
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if((truckjobrunning) == 1)
    {
        truckjobrunning = 0;
        SendClientMessage(playerid, COLOR_RED, "You left your truck behind, get in again if you want to continue your job.");

    }else if((truckjobrunning) == 0){
    if((flyjobrunning) == 1)
    {
        flyjobrunning = 0;
        SendClientMessage(playerid, COLOR_RED, "You left the plane, you failed the job.");

    }else if((flyjobrunning) == 0){
    if((combinejobrunning) == 1)
    {
         combinejobrunning = 0;
         SendClientMessage(playerid, COLOR_RED, "You left your combine behind, get in again if you want to continue your job.");

    }else if((combinejobrunning) == 0){

    return 1;
}
Where exactly? Queue the line.
Reply


Messages In This Thread
Connecting FS - by Yordan_Kronos - 04.06.2012, 10:11
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 10:59
Re: Connecting FS - by Firo - 04.06.2012, 11:01
Re: Connecting FS - by doreto - 04.06.2012, 11:03
Re: Connecting FS - by Firo - 04.06.2012, 11:09
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 11:19
Re: Connecting FS - by Firo - 04.06.2012, 11:30
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 11:32
Re: Connecting FS - by Firo - 04.06.2012, 11:33
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 12:04
Re: Connecting FS - by Firo - 04.06.2012, 12:41
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 12:55
Re: Connecting FS - by Firo - 04.06.2012, 12:56
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 15:31
Re: Connecting FS - by doreto - 04.06.2012, 15:35
Re: Connecting FS - by Firo - 04.06.2012, 15:45
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 15:51
Re: Connecting FS - by Firo - 04.06.2012, 16:01
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 16:04
Re: Connecting FS - by Firo - 04.06.2012, 16:09
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:07
Re: Connecting FS - by Firo - 04.06.2012, 18:12
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:17
Re: Connecting FS - by Firo - 04.06.2012, 18:19
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:22
Re: Connecting FS - by Firo - 04.06.2012, 18:24
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:24
Re: Connecting FS - by Firo - 04.06.2012, 18:26
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:33
Re: Connecting FS - by Firo - 04.06.2012, 18:35
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:38
Re: Connecting FS - by Firo - 04.06.2012, 18:39
Re: Connecting FS - by Yordan_Kronos - 04.06.2012, 18:41
Re: Connecting FS - by Firo - 04.06.2012, 18:42
Re: Connecting FS - by leonardo1434 - 04.06.2012, 20:04

Forum Jump:


Users browsing this thread: 1 Guest(s)