A problem with "forward StopSpeccing(playerid);"
#1

Ok, when I try to use this

Код:
forward StopSpeccing(playerid);
It gives me this

Код:
: error 029: invalid expression, assumed zero
Do you have any ideas?
Reply
#2

Where in the script did you add it? Can you show me where you added it?
Reply
#3

Sure. I have uploaded the script . Download it and check. Hope you can fix it :'(

Link removed

The problem is at the line 172. Thanks!
Reply
#4

Quote:
Originally Posted by Mark.W
Sure. I have uploaded the script . Download it and check. Hope you can fix it :'(

http://www.mediafire.com/?ii2fwijifzm

The problem is at the line 172. Thanks!
You simply forgot to add a bracket:

pawn Код:
new ZoneInfo[MAX_ZONES][Z_Info] = {
    {-2155.1960, -108.1418, -1992.9630, 124.6110, TEAM_WORKER},
    {-2155.1960, 124.6110, -1992.9630, 353.4189, TEAM_WORKER},
    {-1992.9630, -108.1418, -1799.8289, 353.4189, TEAM_WORKER},
    {-2247.9008, 120.6660, -2155.1960, 353.4189, TEAM_WORKER},
    {-2587.8168, 160.1157, -2406.2709, 353.4189, TEAM_WORKER},
    {-1989.1009, 353.4189, -1726.4379, 463.8779, TEAM_SWAT},
    {-1992.9630, 463.8779, -1726.4379, 617.7316, TEAM_SWAT},
    {-1726.4379, 455.9880, -1529.4410, 661.1262, TEAM_SWAT},
    {-2000.6889, 617.7316, -1714.8499, 759.7503, TEAM_SWAT},
    {-1714.8499, 661.1262, -1529.4410, 755.8052, TEAM_SWAT},
    {-1695.5369, 755.8052, -1417.4229, 854.4293, TEAM_SWAT},
    {-1830.7309, 759.7503, -1695.5369, 1047.7330, TEAM_SWAT},
    {-2251.7629, 1154.2469, -1826.8680, 1296.2650, TEAM_ARMY},
    {-1726.4379, 274.5197, -1208.8380, 455.9880, TEAM_ARMY},
    {-1529.4410, 455.9880, -1212.7010, 546.7222, TEAM_ARMY},
    {-1734.1639, -680.1616, -1191.1429, -432.0813, TEAM_PILOT},
    {-1726.4379, -432.0813, -1386.5219, 57.5466, TEAM_PILOT},
    {-1726.4379, 57.5466, -1123.8590, 274.5197, TEAM_PILOT},
    {-1386.5219, -432.0813, -1123.8590, 57.5466, TEAM_PILOT},
    {-1803.6920, -108.1418, -1726.4379, 353.4189, TEAM_PILOT},
    {-2641.8950, -368.5094, -2259.4890, -194.9311, TEAM_GOLFER},
    {-2807.9899, -431.6289, -2641.8950, -194.9311, TEAM_GOLFER},
    {-2807.9899, -194.9311, -2406.2709, -52.9123, TEAM_GOLFER},
    {-2406.2709, -194.9311, -2155.1960, 120.6660, TEAM_GOLFER},
    {-2807.9899, 740.0255, -2510.5629, 949.1085, TEAM_TORENO},
    {-2510.5629, 842.5944, -2267.2141, 1043.7879, TEAM_TORENO},
    {-2742.3239, 949.1085, -2506.6999, 1047.7330, TEAM_TORENO},
    {-2807.9899, 949.1085, -2742.3239, 1118.7419, TEAM_TORENO},
    {-2502.8378, 1043.7879, -2267.2141, 1158.1920, TEAM_TORENO},
    {-2267.2141, 968.8333, -1989.1009, 1158.1920, TEAM_TORENO},
    {-2267.2141, 767.6401, -1989.1009, 968.8333, TEAM_TRIAD},
    {-1989.1009, 759.7503, -1830.7309, 1158.1920, TEAM_TRIAD},
    {-2124.2949, 617.7316, -1989.1009, 767.6401, TEAM_TRIAD},
    {-2267.2141, 586.1718, -2124.2949, 767.6401, TEAM_TRIAD},
    {-2267.2141, 353.4189, -2124.2949, 586.1718, TEAM_TRIAD}
}
Reply
#5

Oh. YEA. Thank you very much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)