05.11.2009, 21:38
Quote:
|
Originally Posted by Lilcuete
Код:
public IsAHitman(carid)
{
if(carid >= 188 && carid <= 189 || carid <= 190)
{
return 1;
}
return 0;
}
|
Код:
public IsAHitman(carid)
{
if(carid >= 188 && carid <= 190)
{
return 1;
}
return 0;
}
Quote:
|
Originally Posted by Lilcuete
not the vehicle id thecar id
|

the bug can also come from when the player enter the vehicle..

