Help with 5 errors!!!
#1

Hi,

I got 5 errors while compiling, and I dunno how to fix them!

Код:
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(574) : error 017: undefined symbol "x"
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : warning 211: possibly unintended assignment
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : error 022: must be lvalue (non-constant)
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : error 022: must be lvalue (non-constant)
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : warning 215: expression has no effect
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : error 001: expected token: ";", but found ")"
D:\Program Files\Rockstar Games\GTA San Andreas\eigener SAMP\gamemodes\deathmatch.pwn(575) : fatal error 107: too many error messages on one line

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


5 Errors.
line 574-575:

pawn Код:
SetSpawnInfo(playerid, 1, gPlayerSkinForEver[playerid], x, y, z, angle, 0, 0, 0, 0, 0, 0); // You need to change these values.
    } else if(p_skin == 267 || p_skin == 271 || p_skin == 270 || p_skin == 0 || p_skin == 105 || p_skin = 106 || p_skin = 107) { // This is GROOVE.
Reply


Messages In This Thread
Help with 5 errors!!! - by samtey - 01.08.2011, 14:45
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 15:39
Re: Help with 5 errors!!! - by [DM]Kane - 01.08.2011, 15:57
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 16:16
Re: Help with 5 errors!!! - by AndreT - 01.08.2011, 16:17
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 16:31
Re: Help with 5 errors!!! - by Jafet_Macario - 01.08.2011, 16:38
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 16:48
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 17:31
AW: Help with 5 errors!!! - by samtey - 01.08.2011, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)