Stupid question.
#1

Hi, everybody! I have a stupid question - is it possible to create pickups in virtual worlds ? I'm asking this cuz' i've made a warzone, to protect other players, i've made it in 222'nd virtual world, also i've made pickups. they won't show up there.. any ideas how to fix this ?
Reply
#2

Show us your code. And did you do something like this:
pawn Код:
CreatePickup(model, type, x, y, z, 222);
Reply
#3

Quote:
Originally Posted by Steve M.
Посмотреть сообщение
Show us your code. And did you do something like this:
pawn Код:
CreatePickup(model, type, x, y, z, 222);
well, i used AddStaticPickup so it's like this:
pawn Код:
AddStaticPickup(355 , 2,  245.9098,2042.7830,33.4013); //ak47
do i need to use CreatePickup ?
Reply
#4

Do like this:
pawn Код:
CreatePickup(355, 2,  245.9098, 2042.7830, 33.4013, 222);
And it should work.
Reply
#5

No you dont, AddStaticPickup and CreatePickup have both a virtualworld parameter

The only disadvantage from AddStaticPickup is that it doesnt return the pickupids
Reply
#6

Thanks, used createpickup, it worked, big thanks !
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)