SA-MP Forums Archive
[HELP] car system - 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: [HELP] car system (/showthread.php?tid=79873)



[HELP] car system - roleplay501 - 31.05.2009

hello, ihave a problem with my car system. the problem is....
for example: we have two cars and the first car will destroy so the follow car will changed id to one.
the promission to the car working on vehicle id,

so how to fix it? , make it work on name of owner?

if(!strcmp(dini_Get(file, "Owner"), name, true)) // then keeping....

like that make the promissions?

thanks!!


Re: [HELP] car system - roleplay501 - 31.05.2009

some one?


Re: [HELP] car system - roleplay501 - 01.06.2009

no one have idea?


Re: [HELP] car system - Ignas1337 - 01.06.2009

if(!strcmp(dini_Get(file, "Owner")), name, true))
missed one bracket for dini_Get...