MaximumX, MinimumX - 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: MaximumX, MinimumX (
/showthread.php?tid=79646)
MaximumX, MinimumX -
JoeDaDude - 30.05.2009
My MinimumX and MaximumX coords still arent working,
May anyone help me please, I think im getting the correct coords,
But it dosent
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "You are in restricted area");
It dosent say that Can anyone help me? Il be happy to give a picture of the location and the coords i have so you can double check if i have them correct.
Re: Pickup not showing -
Felle - 30.05.2009
Are you doing it this way?
pawn Код:
new pup;
pup = CreatePickup(1273, 23, 1503.3359, 1432.3585, 10.1191);
Re: Pickup not showing -
Weirdosport - 30.05.2009
Quote:
Originally Posted by Felle
Are you doing it this way?
pawn Код:
new pup; pup = CreatePickup(1273, 23, 1503.3359, 1432.3585, 10.1191);
|
He shouldn't need that for it to show... Check 1273 is the correct object and that those are the correct co-ordinates.. pickup type 23 normally works for me.
Re: Pickup not showing -
Felle - 30.05.2009
Quote:
Originally Posted by Weirdosport
Quote:
Originally Posted by Felle
Are you doing it this way?
pawn Код:
new pup; pup = CreatePickup(1273, 23, 1503.3359, 1432.3585, 10.1191);
|
He shouldn't need that for it to show... Check 1273 is the correct object and that those are the correct co-ordinates.. pickup type 23 normally works for me.
|
Well, I was just trying to find something that could be causing it. Honestly, he can't really imagine us to fix his script when he gives us one line of code..
Re: Pickup not showing -
Klutty - 30.05.2009
You have to fix stuffs at the OnPlayerPickupPickup.
Re: Pickup not showing -
JoeDaDude - 30.05.2009
The OnPlayerPickupPickUp works fine its just the CreatePickup that isent,
Il check the pickup ID
Re: Pickup not showing -
Gamer007 - 30.05.2009
Код:
CreatePickup(1273, 23, 1503.3359, 1432.3585, 10.1191);
check the coordinates i think you missed a - infront of 1503.3359
Re: Pickup not showing -
JoeDaDude - 30.05.2009
Fixed, Those coords led back to near ls docks, Although mine which are totally diffrent
1442.5496,-628.8535,95.7186
Is near mullholland, I have no clue where that coord came from :S
Re: Pickup not showings -
Naruto4 - 30.05.2009
this works for me try it AddStaticPickup(1240, 15,2565.00,2304.60,17.82);
V-Rock Hotel Veranda
Re: Pickup not showings -
JoeDaDude - 30.05.2009
Quote:
Originally Posted by Naruto4
this works for me try it AddStaticPickup(1240, 15,2565.00,2304.60,17.82);
V-Rock Hotel Veranda
|
Look above your post