Help with Private Car System
#1

Thanks a lot
Reply
#2

wow,.... an entire comunity of scripters and nobody knows the problem....
Reply
#3

wow... do you know rules? waiting 24 hours before shitposting?
Reply
#4

sorry.... but nobody actually gives a fuck about me or me posting or never help me.. ok ban me!
Reply
#5

I don't see the point of this:

PHP код:
if(ServerCars[vehicle][cOwned] == 1SendClientMessage(playeridCOLOR_REDstring);
if(
ServerCars[vehicle][cOwned] == 1)
{
    if(
strcmp(GetUserName(playerid), ServerCars[vehicle][cOwnername], false) )
    {
        
RemovePlayerFromVehicle(playerid);
    }

You check the same thing twice and give it a different result. Merge it together.

PHP код:
if(ServerCars[vehicle][cOwned])
{
    
SendClientMessage(playeridCOLOR_REDstring);
    if(
strcmp(GetUserName(playerid), ServerCars[vehicle][cOwnername], false))
    {
        
RemovePlayerFromVehicle(playerid);
    }

And I am unsure of what your actual problem is. Probably because I don't know what ""Acest %s apartine jucatorului %s"" means.
Reply
#6

""Acest %s apartine jucatorului %s"" means "This %s belongs to player %s"".

PS: I think the problem was with that duplicate check you mentioned above.
Reply
#7

Nope, still the same....
I just can't get it ....why it doesn't work.., that message means: "This car belongs to x person"
Reply
#8

BUMP!!! Anybody?
Reply
#9

......Can anybody try to give me some help?
Reply
#10

What's the fucking problem? Doesn't get removed? Doesn't get the message? What!?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)