SA-MP Forums Archive
help... - 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... (/showthread.php?tid=248435)



help... - omer5198 - 13.04.2011

i don't know why it doesn't work... i tried almost everything and it's should be easy!!!
i am making a FS and i need to know where to put these lines:
Код:
GunCP = CreateDynamicCP(290.6645,-83.8053,1001.5156, 1.5, -1, -1, -1, 100.0);
Create3DTextLabel("GunShop", 0x008080FF, 290.6645,-83.8053,1001.5156, 40.0, 0);
because when i enter the game... i dont see the 3DTextLabel and the CP!!! help
+
In the "Mode" section in SAMP it says Blank Script and not Omer5198...


Re: help... - airsoft - 13.04.2011

put the code under
OnFilterscriptInit


also on Create3dtextlabel
there is a

testLOS 0/1 Test the line-of-sight so this text can't be seen through objects

watchamacallit

just put it at end of Create3DTextLabel after the virtual world


Re: help... - omer5198 - 13.04.2011

Quote:
Originally Posted by airsoft
Посмотреть сообщение
GameModeInit
but this is a FS(Filter Script) - plz do not coment if you don't know...


Re: help... - omer5198 - 13.04.2011

Quote:
Originally Posted by airsoft
Посмотреть сообщение
put the code under
OnFilterscriptInit


also on Create3dtextlabel
there is a

testLOS 0/1 Test the line-of-sight so this text can't be seen through objects

watchamacallit

just put it at end of Create3DTextLabel after the virtual world
i tried to put it in On FilterScriptInIt but it didn't work... i can't see the CP... that's the problem!!! please help!


Re: help... - airsoft - 13.04.2011

Quote:
Originally Posted by omer5198
Посмотреть сообщение
but this is a FS(Filter Script) - plz do not coment if you don't know...
omer lol..i put OnFilterscriptInit after more carefully reading the question


Re: help... - airsoft - 13.04.2011

Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
V.S.
Код:
CreateDynamicCP(290.6645, -83.8053, 1001.5156, 1.5, -1, -1, -1, 100.0);
its the same thing... im pretty sure its a streamer error, just ask for help in the streamer post... Here


Re: help... - omer5198 - 13.04.2011

Quote:
Originally Posted by airsoft
Посмотреть сообщение
Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
V.S.
Код:
CreateDynamicCP(290.6645, -83.8053, 1001.5156, 1.5, -1, -1, -1, 100.0);
its the same thing... im pretty sure its a streamer error, just ask for help in the streamer post... Here
i know it is the same thing... because it worked for me before!!! it a problem with OnFilterScriptInIt!


Re: help... - omer5198 - 14.04.2011

***anyone***?