08.02.2016, 19:01
for(new i = 0; i < sizeof(VehicleInfo); i++)
{
if(strcmp(GetName(playerid), VehicleInfo[i][vOwner], true) == 0)
{
Ok so a player on my server today had a problem.
When he connected with the name bobby = The server doesen't let him acces the car.
When he connected with the name Bobby (The original name he had when he registered the car) the server did.
How can i make the STRCMP to take small letters & big letters?
{
if(strcmp(GetName(playerid), VehicleInfo[i][vOwner], true) == 0)
{
Ok so a player on my server today had a problem.
When he connected with the name bobby = The server doesen't let him acces the car.
When he connected with the name Bobby (The original name he had when he registered the car) the server did.
How can i make the STRCMP to take small letters & big letters?