SA-MP Forums Archive
Help..With Logo - 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..With Logo (/showthread.php?tid=255938)



Help..With Logo - $$Money$$ - 18.05.2011

My roleplay have a biz but i dont know where is it cuz the sign is not infront of the biz..i wanna make a floating blue house sign on the biz but how


Re: Help..With Logo - Kitten - 18.05.2011

I believe your talking about this?

Clicky


Re: Help..With Logo - $$Money$$ - 18.05.2011

oh thx..but how do i do it?


Re: Help..With Logo - Kitten - 18.05.2011

Quote:
Originally Posted by $$Money$$
Посмотреть сообщение
oh thx..but how do i do it?
Read in the link it shows how
Код:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
text[]	The initial text string.
color	The text Color
x	X-Coordinate
y	Y-Coordinate
z	Z-Coordinate
DrawDistance	The distance from where you are able to see the 3D Text Label
VirtualWorld	The virtual world in which you are able to see the 3D Text
testLOS	0/1 Test the line-of-sight so this text can't be seen through objects

Returns	The ID of the newly created 3D Text Label
Example from wiki

pawn Код:
public OnGameModeInit()
{
    Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0);
    return 1;
}



Re: Help..With Logo - $$Money$$ - 18.05.2011

how to know the coordinates..cuz i dont know where is the bizz


Re: Help..With Logo - Kitten - 18.05.2011

/save
ingame?

C:\Users\%username%\My Documents\GTA San Andreas User Files\SAMP'

in that folder there should be a TXT file named savedpositions once you get /save ingame
you should get the XYZ


Re: Help..With Logo - $$Money$$ - 18.05.2011

but how do i know where is my bizz


Re: Help..With Logo - dr.pepper - 18.05.2011

Use MTA Map Editor and find the location, then click 'test', then find the position/coordinate you are at, stop making so many topicZ!