06.07.2016, 18:09
Hello!
return 1; => return 0;
This was the mistake.
PHP код:
stock RentMotor(carid)
{
for(new i = 0; i < sizeof(rentmotor); i++)
{
if(carid == rentmotor[i]) return 1;
}
return 0;
}
This was the mistake.