Some Errors again
#1

Hello, This is again Look:
Quote:

L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(1281) : error 017: undefined symbol "MAX_ZONE_NAME"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : warning 213: tag mismatch
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35777) : error 017: undefined symbol "MAX_ZONE_NAME"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35777) : error 009: invalid array size (negative, zero or out of bounds)
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35777) : error 036: empty statement
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35777) : fatal error 107: too many error messages on one line

i need you to answer me with line 35777 Here is it:
Quote:

new zone[MAX_ZONE_NAME];

and line 1281 please Here is it:
Quote:

sDeployedAt[MAX_ZONE_NAME]

Reply
#2

have you defined MAX_ZONE_NAME at the top of your script? like;
Код:
#define MAX_ZONE_NAME 26
Reply
#3

forget and i defined it it shows me more errors So...
Reply
#4

Anyone?
Reply
#5

Give us the other errors...
Reply
#6

Quote:

L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16899) : warning 213: tag mismatch
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35782) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(35782) : warning 202: number of arguments does not match definition
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(41846) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(41900) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(41900) : warning 202: number of arguments does not match definition
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(41934) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(41934) : warning 202: number of arguments does not match definition
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(47480) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(47480) : warning 202: number of arguments does not match definition
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(47529) : error 017: undefined symbol "GetPlayer3DZone"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(47529) : warning 202: number of arguments does not match definition
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(53040) : error 017: undefined symbol "distance"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(53040) : warning 215: expression has no effect
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(53040) : error 001: expected token: ";", but found ")"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(53040) : error 029: invalid expression, assumed zero
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(53040) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Errors.

HERE~
Reply
#7

And the lines, man...
Maybe you have not that function, but give me the lines...
Reply
#8

1.
Quote:

HouseInfo[house][hTextID] = CreateDynamic3DTextLabel( string, COLOR_GREEN, HouseInfo[house][hExteriorX], HouseInfo[house][hExteriorY], HouseInfo[house][hExteriorZ]+0.5, 30.0, .testlos = 1, .distance = 30.0);

2.
Quote:

GetPlayer3DZone(playerid, zone, sizeof(zone));

3.
Quote:

GetPlayer3DZone(playerid, zone, sizeof(zone));

4. ANy ways all of them is :
Quote:

GetPlayer3DZone(playerid, zone, sizeof(zone));

Reply
#9

1.
pawn Код:
HouseInfo[house][hTextID] = CreateDynamic3DTextLabel( .text = string, .color = COLOR_GREEN, .x = HouseInfo[house][hExteriorX], .y = HouseInfo[house][hExteriorY], .z = HouseInfo[house][hExteriorZ]+0.5, .drawdistance = 30.0, .testlos = 1, .distance = 30.0);
Reply
#10

No. Not works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)