Help me - 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)
+--- Thread: Help me (
/showthread.php?tid=547804)
Help me -
glory88 - 25.11.2014
Please Help me to create like this photo
Re: Help me -
glory88 - 25.11.2014
How to crate " DMV "
Re: Help me -
UltraScripter - 25.11.2014
download map editor :
https://sampforum.blast.hk/showthread.php?tid=282801
and look for that object
Re : Help me -
streetpeace - 25.11.2014
SetPlayerObjectMaterialText function.
https://sampwiki.blast.hk/wiki/SetPlayer...aterialText_FR
Re: Help me -
glory88 - 25.11.2014
You can create one for me? with the words "LSPD"
Re : Help me -
Dutheil - 25.11.2014
I hope nobody will do for you, because it is for you to do to understand.
So, try to do it.
Re: Help me -
Karolukas123 - 25.11.2014
new DMV = CreateObject(object id, coordinates);
SetObjectMaterialText(DMV, "DMV", 0, 80, "arial black", 100, 1, -1, 0, 1);
This is an example.
Re: Help me -
Beckett - 25.11.2014
Quote:
Originally Posted by UltraScripter
|
Don't post something if you don't know what you're doing..
On Topic:
You might want to take a look at this.