Connecting FS
#10

pawn Code:
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(133) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(133) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(133) : error 004: function "OnPlayerPickUpPickup" is not implemented
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(135) : error 017: undefined symbol "pickupid"
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(139) : error 017: undefined symbol "pickupid"
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\truck.pwn(144) : error 030: compound statement not closed at the end of file (started at line 116)
pawn Code:
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){

        //Nothing
 }
}

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);
    }
}
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)