SA-MP Forums Archive
Can't Find Car owner Ship ( special ) System i need . - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can't Find Car owner Ship ( special ) System i need . (/showthread.php?tid=140699)



Can't Find Car owner Ship ( special ) System i need . - Micko9 - 10.04.2010

I can't find a car owner ship system with this : example i use my script and use the code : SetCar(451,"Micko9"); then if its not Micko9 and someone enters a turismo : He gets ejected .

***EDIT***
with no login system, if possible


Re: Can't Find Car owner Ship ( special ) System i need . - Hiddos - 10.04.2010

Use strcmp to compare the playerґs name and the vehicle ownerґs name.


Re: Can't Find Car owner Ship ( special ) System i need . - Jay420 - 10.04.2010

Hmm.. Keep on searching. I think there was one system like this. Even though it's stupid The car owners need to be added one by one, in the filterscript..


Re: Can't Find Car owner Ship ( special ) System i need . - Micko9 - 10.04.2010

Quote:
Originally Posted by Jay420
Hmm.. Keep on searching. I think there was one system like this. Even though it's stupid The car owners need to be added one by one, in the filterscript..
actually you just make a command that uses SetCar xD


Re: Can't Find Car owner Ship ( special ) System i need . - KeyWay - 10.04.2010

Quote:
Originally Posted by Micko9
Quote:
Originally Posted by Jay420
Hmm.. Keep on searching. I think there was one system like this. Even though it's stupid The car owners need to be added one by one, in the filterscript..
actually you just make a command that uses SetCar xD
Well you need to save the owners in a file then.