STRCMP takes 2 seconds comparing a string with other.
#1

Hi,
I have the following problem with this code.

PHP код:
    if(!strcmp(Name(playerid), VehicleInfo[vehicleid][Owner], falsestrlen(Name(playerid))))
        {
            
SendClientMessage(playeridCOLOR_LIGHTRED"  You are driving your bought vehicle. Nobody else can use it");
        }
        else
        {
            
SendFMessage(playeridCOLOR_LIGHTRED"  This car is owned by %s. You can't use it"VehicleInfo[vehicleid][Owner]);
            
RemovePlayerFromVehicle(playerid);
        } 
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)