What that means?
#1

im newbi i dont know what that means
i want to add cars to gang but my car ids are not 164 167.need fast help

public IsAGangCar2(carid)
{
if(carid >= 164 && carid <= 167)
{
return 1;
}
return 0;
Reply
#2

car id 400 ==> 610 (or something)
Reply
#3

Quote:
Originally Posted by cofy1
Посмотреть сообщение
car id 400 ==> 610 (or something)
UMM?if i want to add cars,402,419,475,480 what i need to do?
Reply
#4

if(carid == 402 || carid == 419 || carid == 475 || carid == 480)
{
Reply
#5

pawn Код:
public IsAGangCar2(carid)
{
    if(carid == 402 || carid == 419 || carid == 475 || carid == 480)
    {
    return 1;
    }
return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)