Job Trucker Problem
#9

then it's Raven's Roleplay Script mmmmmmmm

then how you are waiting the server to understand this

PHP код:
  if(IsATruck(tmpcar)) 
??

add this to your script



PHP код:

public IsATruck(carid)
{
    new 
GetVehicleModel(carid);
    if(
== (vehicleid)|| == (vehicleid)|| == (vehicleid)|| == (vehicleid))
    {
        return 
1;
    }
    return 
0;

for Example , vehicles id i'll allow them to load with Truck are 1 2 and 3 i'll do like this



PHP код:
public IsATruck(carid)
{
    new 
GetVehicleModel(carid);
    if(
== 1|| == 2|| == 3)
    {
        return 
1;
    }
    return 
0;

this will work 100% , if there anything eles tell it
Reply


Messages In This Thread
Job Trucker Problem - by acforcenon1 - 07.11.2014, 19:37
Re: Job Trucker Problem - by UltraScripter - 07.11.2014, 19:42
Re: Job Trucker Problem - by Capua - 07.11.2014, 19:42
Re: Job Trucker Problem - by acforcenon1 - 07.11.2014, 19:44
Re : Job Trucker Problem - by MCZOFT - 07.11.2014, 19:56
Re: Job Trucker Problem - by acforcenon1 - 07.11.2014, 20:02
Re : Job Trucker Problem - by MCZOFT - 07.11.2014, 20:05
Re: Job Trucker Problem - by acforcenon1 - 07.11.2014, 20:10
Re : Job Trucker Problem - by MCZOFT - 07.11.2014, 20:14
Re: Job Trucker Problem - by iPrivate - 07.11.2014, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)