#define pS Player[playerid] |
C:\Users\Grand\Desktop\SAMP GAMEMODES\Real Stunt world\gamemodes\Clans..pwn(62) : error 017: undefined symbol "pS" C:\Users\Grand\Desktop\SAMP GAMEMODES\Real Stunt world\gamemodes\Clans..pwn(62) : error 017: undefined symbol "Points" C:\Users\Grand\Desktop\SAMP GAMEMODES\Real Stunt world\gamemodes\Clans..pwn(62) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\SAMP GAMEMODES\Real Stunt world\gamemodes\Clans..pwn(62) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
pS[Points] = 0; |
public OnPlayerConnect(playerid) { pS[Points] = 0; return 1; } |
#define pS Player[playerid]
new pS[MAX_PLAYERS];
That not how you define a variable, replace
This pawn Код:
pawn Код:
|
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(255) : error 017: undefined symbol "pS" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(255) : warning 215: expression has no effect C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(255) : error 001: expected token: ";", but found "]" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(255) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(255) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(25 : error 017: undefined symbol "Spawned" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(272) : error 017: undefined symbol "pName" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(279) : warning 217: loose indentation C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(279) : error 079: inconsistent return types (array & non-array) C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(281) : warning 217: loose indentation C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(281) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(281) : error 004: function "OnPlayerDisconnect" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(289) : error 017: undefined symbol "pName" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(291) : error 079: inconsistent return types (array & non-array) C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(293) : warning 225: unreachable code C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(293) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(293) : error 017: undefined symbol "SetPlayerRespawnInfo" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(300) : error 004: function "GetPlayerClanSkin" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(304) : error 017: undefined symbol "Skin" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(305) : warning 217: loose indentation C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(30 : error 079: inconsistent return types (array & non-array) C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(311) : warning 217: loose indentation C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(311) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(311) : error 004: function "OnPlayerSpawn" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(317) : error 004: function "GivePlayerGun" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(321) : error 004: function "GivePlayerGun" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(327) : error 004: function "SetPlayerToClanColor" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(330) : warning 217: loose indentation C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(330) : error 079: inconsistent return types (array & non-array) C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(332) : warning 225: unreachable code C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(332) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(332) : error 004: function "zcmd_OnPlayerCommandText" is not implemented C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(334) : error 017: undefined symbol "Spawned" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(336) : error 017: undefined symbol "cmdtext" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(336) : warning 215: expression has no effect C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(336) : error 001: expected token: ";", but found "]" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(336) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(336) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 25 Errors. |
That not how you define a variable, replace
This pawn Код:
pawn Код:
|