Isn't this logic?
#7

Quote:
Originally Posted by Logic_
Посмотреть сообщение
You checked where do they reset?
I made this from 0, I did not reset them once in the whole gamemode, also if I use this instead of the loop.

PHP код:
CMD:testcar(playeridparams[])
{
    new 
string[200];
    new 
GetPlayerVehicleID(playerid);
    
format(stringsizeof(string), "Vehicle ID: %d | Vehicle Type: %d, Plate: %s | Owner: %s"VehicleInfo[i][ID], VehicleInfo[i][vType], VehicleInfo[i][vPlate], VehicleInfo[i][vOwner] );
    
SCM(playeridCOLOR_YELLOWstring);
    return 
1;

It works somehow but the problem is I get the details of the next car.
Example
Car ID: 1 loaded, appears as Car ID 2
Car ID: 2 loaded, appears as Car ID 3
Car ID: 3 loaded, returns 0 on everything
Reply


Messages In This Thread
Isn't this logic? - by AndreiWow - 06.02.2017, 17:31
Re: Isn't this logic? - by Logic_ - 06.02.2017, 17:34
Re: Isn't this logic? - by AndreiWow - 06.02.2017, 17:39
Re: Isn't this logic? - by Logic_ - 06.02.2017, 17:42
Re: Isn't this logic? - by AndreiWow - 06.02.2017, 17:47
Re: Isn't this logic? - by Logic_ - 06.02.2017, 17:51
Re: Isn't this logic? - by AndreiWow - 06.02.2017, 17:54
Re: Isn't this logic? - by JesterlJoker - 06.02.2017, 19:56
Re: Isn't this logic? - by AndreiWow - 06.02.2017, 20:21
Re: Isn't this logic? - by princejeet1510 - 07.02.2017, 06:09

Forum Jump:


Users browsing this thread: 1 Guest(s)