16.02.2014, 20:30
Hi all !
My problem is simply. I want to create a house for one team so I added class in CJ's house (the interior is 3) and I do like this :
In OnPlayerRequestClass callback :
But now the problem is when I leave the CJ's house, the vehicle who I added spawn like these :
But I never add my vehicle like these... ! I don't understand... from where the problem can come ?
Thanks for your help !
My problem is simply. I want to create a house for one team so I added class in CJ's house (the interior is 3) and I do like this :
Код:
AddPlayerClassEx(1,105,2495.9885,-1708.1449,1014.7422,359.8317,0,0,0,0,0,0);
Код:
if (classid == 0) { SetPlayerInterior(playerid,3); }
But I never add my vehicle like these... ! I don't understand... from where the problem can come ?
Thanks for your help !