Posts: 170
Threads: 11
Joined: Oct 2007
Reputation:
0
I got it work now! Great filterscript!
Posts: 1
Threads: 0
Joined: Aug 2008
Reputation:
0
hi!, nice FS, i was looking to something like this to my RP server, but isee there is no /carbuy command and the buyable system is not working, how can i fix it?
Posts: 9
Threads: 0
Joined: Sep 2008
Reputation:
0
Yes car buyable is not working. If u write /editcar setcarbuyable 1 it says: car set to not buyable or something like this. if write setcarbuyable 0 its the same thing. And another thing /editcar carowner is not working too this is most important thing to me how to fix it?
Posts: 9
Threads: 0
Joined: Sep 2008
Reputation:
0
Car buyable for me is not very important. To me very important is car ownership how i can do? I searched the code lines in pwn and i find only this: if(strcmp(tmpcmd, "carowner", true) == 0) So i dont know what i need to do in this? I need this thing.
{
return 1;
}]
what i need to do for make /carowner to work. damn its pissing me off. sorry i am realy noob in script but i trying can someone help me how fix?
Posts: 7
Threads: 1
Joined: Sep 2008
Reputation:
0
i got a problem when i do /createcar they teleport me to the housecar when i do /drivecar 1 they teleport me to other car wtf ! and when i do /buycar nothing happen any help ?
Posts: 435
Threads: 26
Joined: May 2008
Reputation:
0
Dont work??
If i /createcar ID i spawn to another car??!
Posts: 7
Threads: 0
Joined: Feb 2011
Reputation:
0
Just for future reference, because I run into scripts like this alot, don't add a fuel system. RPG servers ALWAYS will have them, they will rarely use your fuel system.
Posts: 45
Threads: 9
Joined: Apr 2011
Reputation:
0
It seems to be perfect.
But .. How does someone buy a car?
Posts: 74
Threads: 8
Joined: Apr 2011
Reputation:
0
just add retrun 0;
}
after the lastest return 1;
}