some errors in which i cant fix :/
#1

Код:
C:\Users\iphone\Desktop\Pawn Scripting\gamemodes\Sfcnr.pwn(1424) : warning 213: tag mismatch
C:\Users\iphone\Desktop\Pawn Scripting\gamemodes\Sfcnr.pwn(1425) : error 001: expected token: "}", but found "-string-"
C:\Users\iphone\Desktop\Pawn Scripting\gamemodes\Sfcnr.pwn(1436) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
new Float:RandomSpawns[][] =
{
    "-1989.2987,1118.1178,54.4688,272.2214"
    "-2383.1177,-584.4406,132.1172,90.4442"
    "-1985.3896,665.8715,46.5683,275.6404"
    "-1725.3872,1356.5693,7.1799,107.8884"
    "-2359.2136,1006.7867,50.6953,87.5064"
    "-2442.7800,752.9677,35.1719,179.2369"
    "-2767.3179,788.7258,52.7813,262.3263"
    "-2765.9897,375.4386,6.3347,278.5965"
    "-2718.9888,-318.4344,7.8438,55.5373"
    "-2079.6611,-482.9718,38.7344,180.8663"
    "-1712.3699,7.4375,3.5547,316.8104"
    "-2126.3201,239.8671,37.3500,292.8224"
};
Reply
#2

I'm Pretty New To Scripting But Try

pawn Код:
new Float:RandomSpawns[][] =
{
    {-1989.2987,1118.1178,54.4688,272.2214},
    {-2383.1177,-584.4406,132.1172,90.4442},
    {-1985.3896,665.8715,46.5683,275.6404},
    {-1725.3872,1356.5693,7.1799,107.8884},
    {-2359.2136,1006.7867,50.6953,87.5064},
    {-2442.7800,752.9677,35.1719,179.2369},
    {-2767.3179,788.7258,52.7813,262.3263},
    {-2765.9897,375.4386,6.3347,278.5965},
    {-2718.9888,-318.4344,7.8438,55.5373},
    {-2079.6611,-482.9718,38.7344,180.8663},
    {-1712.3699,7.4375,3.5547,316.8104},
    {-2126.3201,239.8671,37.3500,292.8224}
};
That Should Work! Edited!
Reply
#3

new Float:RandomSpawns[][] =
{

{-1989.2987,1118.1178,54.4688,272.2214},
{-2383.1177,-584.4406,132.1172,90.4442},
{-1985.3896,665.8715,46.5683,275.6404},
{-1725.3872,1356.5693,7.1799,107.8884},
{-2359.2136,1006.7867,50.6953,87.5064},
{-2442.7800,752.9677,35.1719,179.2369},
{-2767.3179,788.7258,52.7813,262.3263},
{-2765.9897,375.4386,6.3347,278.5965},
{-2718.9888,-318.4344,7.8438,55.5373},
{-2079.6611,-482.9718,38.7344,180.8663},
{-1712.3699,7.4375,3.5547,316.8104},
{-2126.3201,239.8671,37.3500,292.8224}

};
Reply
#4

as soon as i posted this i thought of that but then gives me 12 tag misathes
Reply
#5

pawn Код:
new Float:RandomSpawns[][] =
{
    {-1989.2987,1118.1178,54.4688,272.2214},
    {-2383.1177,-584.4406,132.1172,90.4442},
    {-1985.3896,665.8715,46.5683,275.6404},
    {-1725.3872,1356.5693,7.1799,107.8884},
    {-2359.2136,1006.7867,50.6953,87.5064},
    {-2442.7800,752.9677,35.1719,179.2369},
    {-2767.3179,788.7258,52.7813,262.3263},
    {-2765.9897,375.4386,6.3347,278.5965},
    {-2718.9888,-318.4344,7.8438,55.5373},
    {-2079.6611,-482.9718,38.7344,180.8663},
    {-1712.3699,7.4375,3.5547,316.8104},
    {-2126.3201,239.8671,37.3500,292.8224}
};
Edit: Late O_O
Reply
#6

thanks rudy! ive got to try remember these things :/
Reply
#7

Fixed?
Reply
#8

i thought me thanking you was self explanatory to your question....


Код:
This forum requires that you wait 120 seconds between posts. Please try again in 6 seconds.
Reply
#9

Nah :P
Actually some people already posted the same, and it didn't help'd you get it fixed O_O
Reply
#10

Yeh must been me or something
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)