31.07.2013, 02:06
Hi,
I have the following problem with this code.
The player gets kicked out the vehicle after 2 seconds.
Is there any way to make him get kicked faster?
-- Sorry for my bad english.
I have the following problem with this code.
PHP код:
if(!strcmp(Name(playerid), VehicleInfo[vehicleid][Owner], false, strlen(Name(playerid))))
{
SendClientMessage(playerid, COLOR_LIGHTRED, " You are driving your bought vehicle. Nobody else can use it");
}
else
{
SendFMessage(playerid, COLOR_LIGHTRED, " This car is owned by %s. You can't use it", VehicleInfo[vehicleid][Owner]);
RemovePlayerFromVehicle(playerid);
}
Is there any way to make him get kicked faster?
-- Sorry for my bad english.