Pickup problem
#1

I have never once had this problem before in my days of scripting. Basically my problem is Pickups are not loading. All objects and what not are, but pickups aren't. I've tried using different streamers and everything.

Current Code:

pawn Код:
pk_CLUCKINout = CreatePickup(1318,1,-2155.3254,-2460.1741,30.8516,-1);
And its not loading.

Anyone know what could be causing this?
Reply
#2

Try removing this :

pk_CLUCKINout =

And if it works, i can tell ya what the problem is
Reply
#3

Just did it, with no luck. So whats the problem?
Reply
#4

Did you do it this way ?

PHP код:
new pk_CLUCKINout;
 
public 
OnGameModeInit()
{
    
pk_CLUCKINout CreatePickup(1318,1,-2155.3254,-2460.1741,30.8516,-1);
    return 
1;

Reply
#5

Try this :


pawn Код:
CreatePickup(1318, 23, -2155.3254,-2460.1741,30.8516);
Reply
#6

@G4M3Ov3r yes, i did.

@Breto ill try
Reply
#7

@Breto no luck
Reply
#8

Quote:
Originally Posted by Breto
Посмотреть сообщение
Try this :


pawn Код:
CreatePickup(1318, 23, -2155.3254,-2460.1741,30.8516);
He said its not showing, not disappearing :P
Reply
#9

Quote:
Originally Posted by Infinitas
Посмотреть сообщение
@Breto no luck
Show me the whole code.

Because you might've put the wrong Coordinates, it should be working
Reply
#10

This happen with ALL pickups or this one only ?


Quote:

Because you might've put the wrong Coordinates

Yah i think so
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)