SA-MP Forums Archive
A Few 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 questions. (/showthread.php?tid=129656)



A Few questions. - -Rebel Son- - 23.02.2010

Hey i got a few questions.


1. I need to make a carcolor command so players can use /carcolor <color1> <Color2>

2. I also need a figure on setting a nametag by score, i got a code for showing their ID Example: [N]Dakota (0) i want this as [N]Dakota (nametag)

3. I aswell need a code for if a vehicle is in water, it sends message saying, "Your vehicle is bottomed out"

Ive tryed to get figures and help with these commands, but i've failed, anyone got any ideas? ...


Re: A Few questions. - [HiC]TheKiller - 23.02.2010

1. https://sampwiki.blast.hk/wiki/Dcmd https://sampwiki.blast.hk/wiki/ChangeVehicleColor

2. https://sampwiki.blast.hk/wiki/Strins

3. There is no efficient way of doing this, the best way is to check if the players Z axis is below a certain point.


Re: A Few questions. - -Rebel Son- - 23.02.2010

Im not good with strings, I got a code that shows the players ID after their name, how ould i change that to a diffrent thing, Variable perhaps?