Personal cars not showing up
#1

I tried to make something if you write /stats you can see your personal cars details,id,name etc.
Those things show up but without the actual names..its blank.


PHP код:
    public ShowCars(playerid,targetid)
    {
        if(
IsPlayerConnected(playerid) && IsPlayerConnected(targetid))
        {
                        new 
string[128];
                        new 
carkey PlayerInfo[targetid][pPcarkey];
                        new 
carkey2 PlayerInfo[targetid][pPcarkey2];
                        new 
carkey3 PlayerInfo[targetid][pPcarkey3];
                        if (
PlayerInfo[targetid][pPcarkey] != -1)
                        {
                            
format(stringsizeof(string), "» Vehicul personal 1: VehID:%d • VehColor1:%d • VehColor2:%d • Model:%s"PlayerInfo[targetid][pPcarkey], CarInfo[carkey][cColorOne], CarInfo[carkey][cColorTwo], CarInfo[carkey][cDescription]);
                            
SendClientMessage(targetid0x35F31AE4string);
                        }
                        if (
PlayerInfo[targetid][pPcarkey2] != -1)
                        {
                            
format(stringsizeof(string), "» Vehicul personal 2: VehID:%d • VehColor1:%d • VehColor2:%d • Model:%s"PlayerInfo[targetid][pPcarkey2], CarInfo[carkey2][cColorOne], CarInfo[carkey2][cColorTwo], CarInfo[carkey2][cDescription]);
                            
SendClientMessage(targetid0x35F31AE4string);//0x0480FBC8
                        
}
                        if (
PlayerInfo[targetid][pPcarkey3] != -1)
                        {
                            
format(stringsizeof(string), "» Vehicul personal 3: VehID:%d • VehColor1:%d • VehColor2:%d • Model:%s"PlayerInfo[targetid][pPcarkey3], CarInfo[carkey3][cColorOne], CarInfo[carkey3][cColorTwo], CarInfo[carkey3][cDescription]);
                            
SendClientMessage(targetid0x35F31AE4string);
                        }
                    }
                } 
It just shows Vehicul personal 3: Vehid: Vehcolor: etc...
Thanks in advance for tips.
Reply


Messages In This Thread
Personal cars not showing up - by PepsiCola23 - 30.05.2015, 15:39
Re: Personal cars not showing up - by Konstantinos - 30.05.2015, 15:45
Re: Personal cars not showing up - by PepsiCola23 - 30.05.2015, 20:03

Forum Jump:


Users browsing this thread: 3 Guest(s)