Why aren't these pickup's showing up? But other does?
#1

pawn Код:
new RUSSIANN;
pawn Код:
if ( pickupid == RUSSIANN)
{
    GameTextForPlayer(playerid, "~W~ Type ~r~ blablablabl", 5000, 5);
    PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
    return 1;
}
pawn Код:
RUSSIANN = CreatePickup(1239,1 , -2026.7815,-118.4966,1035.1719);
They just wont show up! I have other pickups, that are just the same way, and they are showing up... i have 71/100 CreatePickups.
Reply
#2

Is it possibly located in an interior? If so, you need to add -1 as the interior parameter.
Reply
#3

Quote:
Originally Posted by //exora
Is it possibly located in an interior? If so, you need to add -1 as the interior parameter.
Yea its in an interior. Where i add the -1? And why? And why my other pickup's are working then?
Reply
#4

I actually ment virtual worlds .. try;

pawn Код:
RUSSIANN = CreatePickup(1239,1 , -2026.7815,-118.4966,1035.1719, -1);
https://sampwiki.blast.hk/wiki/CreatePickup
Reply
#5

Quote:
Originally Posted by //exora
I actually ment virtual worlds .. try;

pawn Код:
RUSSIANN = CreatePickup(1239,1 , -2026.7815,-118.4966,1035.1719, -1);
https://sampwiki.blast.hk/wiki/CreatePickup
Wow, all works fine. Thank you man!

Ahh.

Now the text wont show up.

What's wrong?
Reply
#6

Ahh.

Now the text wont show up.

What's wrong?
Reply
#7

pawn Код:
GameTextForPlayer(playerid, "~w~Type ~r~blablablabl", 5000, 5);
Don't capitalize the "W"
Reply
#8

Quote:
Originally Posted by //exora
pawn Код:
GameTextForPlayer(playerid, "~w~Type ~r~blablablabl", 5000, 5);
Don't capitalize the "W"
Ahh, alot has been changed when 0.3 camed up.

Thank you again !

EDIT: Whoop, still not workin!
Reply
#9

The text isnt showing up, what is the problem?
Reply
#10

Is the sound playing?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)