random spawn help
#7

The number you put here isn't how many lines you have, it is how many vars you are storing..
So, "3" here is X,Y,Z

Try this:
pawn Код:
new Float:spawn[][3] =
{
    //  X(1)      Y(2)    Z(3)
    {404.1312,2452.7603,16.5000},
    {1852.3341,-2547.9702,13.5469},
    {-1295.3973,-352.7942,14.1484}
};
new Float:deagle[][3] =
{
    {2874.7554,1076.2385,46.8451},
    {2861.5366,1079.0875,46.7841},
    {2856.9751,1058.9896,46.7861},
    {2876.2344,1056.9565,46.8220}
};
new Float:minigun[][3] =
{
    {2218.0930,1613.6779,999.9827},
    {2205.0100,1609.0273,999.9718},
    {2180.4021,1577.7986,999.9664},
    {2232.4795,1583.0991,999.9641}
};
And i think your pawno is crashing for some other reason..
Reply


Messages In This Thread
random spawn help - by tanush - 23.07.2011, 03:43
Re: random spawn help - by Kitten - 23.07.2011, 05:19
Re: random spawn help - by JaTochNietDan - 23.07.2011, 05:21
Re: random spawn help - by tanush - 23.07.2011, 15:35
Re: random spawn help - by Bob_Raw - 23.07.2011, 15:43
Re: random spawn help - by tanush - 23.07.2011, 15:48
Re: random spawn help - by iPLEOMAX - 23.07.2011, 15:52
Re: random spawn help - by tanush - 23.07.2011, 16:02
Re: random spawn help - by iPLEOMAX - 23.07.2011, 16:16

Forum Jump:


Users browsing this thread: 2 Guest(s)