SA-MP Forums Archive
A few nooby questions - 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: A few nooby questions (/showthread.php?tid=127237)



A few nooby questions - (Jeff) - 12.02.2010

1) In the default vehicle list aka
Addstatic.........
addstatic.........
the first is id 1 or id 0?
2) Is there a way to change a hydras color to green?
3) Is it possible to change a luggage pullers color to green?
4) Is it >= to check if the player is higher than the number or <=?
Thanks


Re: A few nooby questions - VonLeeuwen - 12.02.2010

1) https://sampwiki.blast.hk/wiki/AddStaticVehicle
2) https://sampwiki.blast.hk/wiki/AddStaticVehicle
3) https://sampwiki.blast.hk/wiki/AddStaticVehicle
4) 1 < 2, 2 > 1, so to check wether a playerid is greater than 1, it's playerid > 1


Re: A few nooby questions - Cry_Wolf - 12.02.2010

1) explain your self.
2) no.
3) what is "luggage pullers"?
4) it checks if the variable is less or equal than X.


Re: A few nooby questions - (Jeff) - 13.02.2010

Quote:
Originally Posted by Cry_Wolf
1) explain your self.
2) no.
3) what is "luggage pullers"?
4) it checks if the variable is less or equal than X.
luggage pullers:

So if i want to check if the car ids are from 0 15 how would I do it?
And the first Vehicle in OnGameModeInit will be vehicle id 0 or vehicle id 1?