What the heck is worng here?
#1

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?
Reply
#2

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
Reply
#3

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

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 ?
Reply
#5

nope still not working
Reply
#6

still need helpZ?
Reply
#7

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

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

is the CreateDynamicCP set to the right Interior ?

This forum requires that you wait 120 seconds between posts
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)