HELP Car SYSTEM
#1

I started to build cars system and I have a problem


script
http://pastebin.com/dVFq7h1V


the problem is when i park the car its work beacuse my car is The First File And If SomeOne want park the car he cant beacuse the car is Nubmer 2 File

sorry my english its Bad


I Can Help Please?
Reply
#2

Try using this advanced one it's better https://sampforum.blast.hk/showthread.php?tid=276887. Or for
Код:
if(strcmp("/CallCar", cmdtext, true, 10) == 0)  {
        new Float:x,Float:y,Float:z;
        GetPlayerPos(playerid,x,y,z);
        SetVehiclePos(DOF2_GetInt(RegisterSys(playerid),"CarID"),x,y,z);
        PutPlayerInVehicle(playerid,DOF2_GetInt(RegisterSys(playerid),"CarFileID"),0);
        return 1;}
Make a statement for false and for
Код:
for(new carid = 1; carid < 300; carid++)
make
Код:
new carid = 1;
to New carid =2;

Try that and see what happens
Reply
#3

man its not work
Reply
#4

UP please
Reply
#5

HElp!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)