Need help with checkpoints causing crash.
#2

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    new vehicleid=GetPlayerVehicleID( playerid );
    if ( IsTrailerAttachedToVehicle(vehicleid) ) {
        SendClientMessage( playerid, 0xAFAFAFAA, " Congratulations!" );
    }
    else {
        SendClientMessage( playerid, 0xAFAFAFAA, "You need a trailer." );
    }
    return 1;
}
Reply


Messages In This Thread
Need help with checkpoints causing crash. - by Bofhead - 20.06.2009, 06:44
Re: Need help with checkpoints causing crash. - by pen_theGun - 20.06.2009, 06:58

Forum Jump:


Users browsing this thread: 1 Guest(s)