SA-MP Forums Archive
What the heck is worng here? - 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: What the heck is worng here? (/showthread.php?tid=254569)



What the heck is worng here? - Cjgogo - 11.05.2011

I followed some informations but couldn't manage to do so that I can see a checkpoint into a shop

pawn Код:
CreateDynamicCP(377.0883,-115.8647,1001.4922,3.0,-1,9,-1,100.0);
u realsied i'm using incognito's streamer anyway what's the problem?


Re: What the heck is worng here? - Sasino97 - 11.05.2011

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
I followed some informations but couldn't manage to do so that I can see a checkpoint into a shop

pawn Код:
CreateDynamicCP(377.0883,-115.8647,1001.4922,3.0,-1,9,-1,100.0);
u realsied i'm using incognito's streamer anyway what's the problem?
This are the arguments

PHP код:
(FloatxFloatyFloatzFloatsizeworldid = -1interiorid = -1playerid = -1Float:distance 100.0); 
Be sure you've put this info in the correct place.

x, y and z: Get the 3D coordinates from some source(sa-mp wiki, /save etc...)
size: 2.0 or 3.0 is good
worldid: Leave it -1
interiorid: the interior ID, get it from some source(sa-mp wiki, /save etc...)
playerid: leave -1
draw distance: Use a distance between 20 and 300. If you use a distance > than 300, the server will lag. If you use a distance < than 20 you can't see it if you aren't very close


Re: What the heck is worng here? - Cjgogo - 11.05.2011

still not working and dunno if this is the problem i left the yellow markers on game


Re: What the heck is worng here? - park4bmx - 11.05.2011

you have
pawn Код:
CreateDynamicCP(377.0883,-115.8647,1001.4922,3.0,-1,9,-1,100.0);
this is the order
Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
try this
pawn Код:
CreateDynamicCP(377.0883,-115.8647,1001.4922, 5.0, -1, -1, -1, 100.0);
if that doesnt work then this is not the probblem
just like Sasino97 said

And do you get any Erros/Warning ?


Re: What the heck is worng here? - Cjgogo - 12.05.2011

nope still not working


Re: What the heck is worng here? - Cjgogo - 12.05.2011

still need helpZ?


Re: What the heck is worng here? - park4bmx - 12.05.2011

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
you have
And do you get any Erros/Warning ?
^^^^^


Re: What the heck is worng here? - Cjgogo - 12.05.2011

no errors just that i simply cannot see it when I enter shop


Re: What the heck is worng here? - park4bmx - 12.05.2011

is the CreateDynamicCP set to the right Interior ?

This forum requires that you wait 120 seconds between posts


Re: What the heck is worng here? - Cjgogo - 12.05.2011

yes it is the right interior ID i put 9 and as I know 9 is for Clukin Bell and I took coords from site also but I tried with /save also and I also tried with interior id -1 but STILL NTO WORKING