[Include] weapon-config.inc - Damage system with many features

Quote:
Originally Posted by Freedom.
View Post
If you got something like this:

Code:
public OnGameModeInit()
{
    EnableVehicleFriendlyFire();
    return 1;
}
Just delete it, your problem will be solved.
Read again what he said, he's talking about vehicles with guns, everything else is fine.
Reply

Slice, what does the parameter cancelled in OnPlayerDeathFinished?
Reply

Quote:
Originally Posted by RogerCosta
View Post
Slice, what does the parameter cancelled in OnPlayerDeathFinished?
You can cancel deaths, the player won't respawn. I honestly haven't used this for a while so I don't remember how exactly it works, but that was one of my suggestions that got added.
Reply

Quote:
Originally Posted by Crayder
View Post
You can cancel deaths, the player won't respawn. I honestly haven't used this for a while so I don't remember how exactly it works, but that was one of my suggestions that got added.
I changed cancelled param to true and false, and player respawn in both cases.

Code:
public OnPlayerDeathFinished(playerid, bool:cancelled)
{
    cancelled = false;
    return true;
}
or

Code:
public OnPlayerDeathFinished(playerid, bool:cancelled)
{
    cancelled = true;
    return true;
}
Is correct, right?
Reply

The variable is called cancelable, not cancelled.

If cancelable is true, it means you can return false to cancel the respawn.

If you die from for example exploding in a car, I can not cancel the death, thus cancelable will be false.
Reply

Quote:
Originally Posted by Slice
View Post
The variable is called cancelable, not cancelled.

If cancelable is true, it means you can return false to cancel the respawn.

If you die from for example exploding in a car, I can not cancel the death, thus cancelable will be false.
Thanks, I understand now.
Reply

How do I turn animation to die and health bar in include?
Reply

how to set someone health to 0.0 for /kill CMD
Like normally we do.
SetPlayerHealth(playerid, 0);
Reply

Quote:
Originally Posted by muhsah007
View Post
how to set someone health to 0.0 for /kill CMD
Like normally we do.
SetPlayerHealth(playerid, 0);
That will still work the same as always as long as you have everything set up correctly.
Reply

how to protect tabbed players HP from losing ?
Reply

any one can give me compiled latest SKY.dll plugin? i can't compile now give it for +rep
Reply

Quote:
Originally Posted by Airblog
Посмотреть сообщение
any one can give me compiled latest SKY.dll plugin? i can't compile now give it for +rep
https://github.com/oscar-broman/SKY/releases/latest
Reply

Quote:
Originally Posted by Jeroen52
Посмотреть сообщение
i used it and i put them in plugins folder but gives me this error:
D:\GM\GW\pawno\include\weapon-config.inc(62) : fatal error 111: user error: The SKY plugin is required, get it here: github.com/oscar-broman/sky
Reply

Quote:
Originally Posted by Airblog
Посмотреть сообщение
i used it and i put them in plugins folder but gives me this error:
D:\GM\GW\pawno\include\weapon-config.inc(62) : fatal error 111: user error: The SKY plugin is required, get it here: github.com/oscar-broman/sky
You need to include SKY before weapon-config.
Reply

Quote:
Originally Posted by Jeroen52
Посмотреть сообщение
You need to include SKY before weapon-config.
thanks but now it gives me this errors and warnings:
Код:
D:\Game Mods\a.Persian GangWar\pawno\include\weapon-config.inc(1722) : warning 202: number of arguments does not match definition
D:\Game Mods\a.Persian GangWar\pawno\include\weapon-config.inc(1720) : warning 203: symbol is never used: "addsiren"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(257) : warning 201: redefinition of constant/macro (symbol "WEAPON_UNARMED")
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(263) : warning 219: local variable "handle" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(264) : warning 219: local variable "ICanChangeSkin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(265) : warning 219: local variable "IsPlayerLoggedIn" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(266) : warning 219: local variable "TryPass" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(267) : warning 219: local variable "PlayerKillingSpree" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(268) : warning 219: local variable "Gangs" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(269) : warning 219: local variable "ServerName" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(270) : warning 219: local variable "ServerName1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(271) : warning 219: local variable "ServerName2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(272) : warning 219: local variable "ServerName3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(273) : warning 219: local variable "Spec" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(274) : warning 219: local variable "Specid" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(275) : warning 219: local variable "InSnip" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(276) : warning 219: local variable "IsInEvent" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(278) : warning 219: local variable "HaveMissile" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(279) : warning 219: local variable "VehicleFire" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(280) : warning 219: local variable "VehicleBomb" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(281) : warning 219: local variable "VehicleSmok" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(282) : warning 219: local variable "VehicleOffsetX" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(283) : warning 219: local variable "VehicleOffsetZ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(285) : warning 219: local variable "InfiniteAmmo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(287) : warning 219: local variable "LCSBCar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(288) : warning 219: local variable "LCSRCar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(289) : warning 219: local variable "LCSTeam" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(290) : warning 219: local variable "LCSOBJ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(291) : warning 219: local variable "LCSBar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(293) : warning 219: local variable "PlayerWeapon" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(294) : warning 219: local variable "PlayerAmmo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(296) : warning 219: local variable "Wheel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(298) : warning 219: local variable "aaao" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(300) : warning 219: local variable "AimereSag" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(301) : warning 219: local variable "******Car" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(303) : warning 219: local variable "ammo_2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(304) : warning 219: local variable "weapon_2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(305) : warning 219: local variable "n_ammo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(306) : warning 219: local variable "n_weapon" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(307) : warning 219: local variable "cheatdetect" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(309) : warning 219: local variable "ppPos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(312) : warning 219: local variable "BannedNotice" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(313) : warning 219: local variable "KickedNotice" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(323) : warning 219: local variable "IsInDuel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(324) : warning 219: local variable "DuelReqTo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(325) : warning 219: local variable "DuelReqFrom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(326) : warning 219: local variable "DuelTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(327) : warning 219: local variable "TimeDuel" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(328) : warning 219: local variable "DuelForCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(331) : warning 219: local variable "IsInLCS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(332) : warning 219: local variable "LCSReqTo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(333) : warning 219: local variable "LCSReqFrom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(334) : warning 219: local variable "LCSTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(335) : warning 219: local variable "TimeLCS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(336) : warning 219: local variable "LCSForCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(338) : warning 219: local variable "ZoroShode" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(341) : warning 219: local variable "Boombox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(342) : warning 219: local variable "BoomboxObject" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(343) : warning 219: local variable "BoomboxStream" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(344) : warning 219: local variable "BoomboxPlayer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(345) : warning 219: local variable "BoomboxURL" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(346) : warning 219: local variable "bpos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(348) : warning 219: local variable "toyslot" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(349) : warning 219: local variable "Toy_Slot" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(351) : warning 219: local variable "cVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(352) : warning 219: local variable "TTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(352) : warning 219: local variable "Date" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(353) : warning 219: local variable "CanUseSlashKiLL" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(354) : warning 219: local variable "SlashKillTimer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(355) : warning 219: local variable "CreditsBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(355) : warning 219: local variable "TCredits" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(355) : warning 219: local variable "CreditsBar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(356) : warning 219: local variable "WarBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(357) : warning 219: local variable "WarST" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(358) : warning 219: local variable "WarA" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(359) : warning 219: local variable "WarD" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(360) : warning 219: local variable "WarS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(361) : warning 219: local variable "WarDea" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(362) : warning 219: local variable "WarVS" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(363) : warning 219: local variable "WarK" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(364) : warning 219: local variable "WarT" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(365) : warning 219: local variable "WarTR" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(366) : warning 219: local variable "NameDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(367) : warning 219: local variable "KillBox" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(368) : warning 219: local variable "FirstKillDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(369) : warning 219: local variable "DoubleDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(370) : warning 219: local variable "TripleDraw" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(371) : warning 219: local variable "TurfAttacker" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(372) : warning 219: local variable "OurTurf" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(373) : warning 219: local variable "AttackerKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(374) : warning 219: local variable "AttackerDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(375) : warning 219: local variable "MyKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(376) : warning 219: local variable "MyDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(377) : warning 219: local variable "InWar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(378) : warning 219: local variable "TurfAttackerKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(379) : warning 219: local variable "TurfAttackerDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(380) : warning 219: local variable "TheTurfKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(381) : warning 219: local variable "TheTurfDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(382) : warning 219: local variable "AttackerScore" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(383) : warning 219: local variable "TurfTime" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(384) : warning 219: local variable "AllKills" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(385) : warning 219: local variable "AllDeaths" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(386) : warning 219: local variable "TurfReload" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(387) : warning 219: local variable "OurTurfScore" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(388) : warning 219: local variable "tsec" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(388) : warning 219: local variable "tmin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(388) : warning 219: local variable "thour" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(389) : warning 219: local variable "Seconds" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(393) : warning 219: local variable "NotMoving" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(394) : warning 219: local variable "WeaponID" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(395) : warning 219: local variable "CheckCrouch" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(396) : warning 219: local variable "Ammo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(406) : warning 219: local variable "CBugPlayerInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(409) : warning 219: local variable "pMuted" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(410) : warning 219: local variable "pLineCount" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(413) : warning 219: local variable "BoddyGuard1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(414) : warning 219: local variable "BoddyGuard2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(415) : warning 219: local variable "BoddyGuard3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(416) : warning 219: local variable "BoddyGuard4" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(417) : warning 219: local variable "BoddyGuard5" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(419) : warning 219: local variable "strClan" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(420) : warning 219: local variable "strClan2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(422) : warning 219: local variable "AztecasVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(423) : warning 219: local variable "BikersVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(424) : warning 219: local variable "VagosVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(425) : warning 219: local variable "BallasVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(426) : warning 219: local variable "PoliceVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(427) : warning 219: local variable "GroveVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(428) : warning 219: local variable "TMVeh" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(430) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(432) : warning 219: local variable "aVehicleNames" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(647) : warning 219: local variable "ppX" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(647) : warning 219: local variable "ppY" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(647) : warning 219: local variable "ppZ" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(647) : warning 219: local variable "pVir" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(647) : warning 219: local variable "pInter" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(649) : warning 219: local variable "TelePos" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(651) : warning 219: local variable "AJABA" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(652) : warning 219: local variable "Cheating" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(653) : warning 219: local variable "TWeap" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(654) : warning 219: local variable "TWeapName" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(655) : warning 219: local variable "WeaPKiri" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(656) : warning 219: local variable "Turfs" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(658) : warning 219: local variable "PingTimer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(660) : warning 219: local variable "WarTimeBar" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(662) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(662) : warning 221: label name "bool" shadows tag name
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(662) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(663) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(663) : warning 221: label name "bool" shadows tag name
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(663) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(665) : error 017: undefined symbol "weaponid"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(670) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(670) : warning 219: local variable "PBANNED" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(672) : warning 219: local variable "Area" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(673) : warning 219: local variable "Area1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(674) : warning 219: local variable "Area2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(675) : warning 219: local variable "Area3" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(676) : warning 219: local variable "Area4" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(677) : warning 219: local variable "AreaMotd" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(679) : warning 219: local variable "Check******Timer" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(681) : warning 219: local variable "FromDialog" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(682) : warning 219: local variable "RequestSelected" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(684) : warning 219: local variable "ServerArena" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(685) : warning 219: local variable "ServerSniper" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(686) : warning 219: local variable "InArena" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(688) : warning 219: local variable "GArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(689) : warning 219: local variable "AArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(690) : warning 219: local variable "BArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(691) : warning 219: local variable "VArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(692) : warning 219: local variable "BaArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(693) : warning 219: local variable "PArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(694) : warning 219: local variable "TArmur" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(696) : warning 219: local variable "EGrovePup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(697) : warning 219: local variable "EAztecasPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(698) : warning 219: local variable "EBikerPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(699) : warning 219: local variable "EVagosPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(700) : warning 219: local variable "EBallasPup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(701) : warning 219: local variable "EPolicePup" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(702) : warning 219: local variable "ETmPup1" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(703) : warning 219: local variable "ETmPup2" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesQues" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesAns" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesRunning" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesCred" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesGold" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(705) : warning 219: local variable "QuesSeted" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(706) : warning 219: local variable "TedadPlayers" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(708) : warning 219: local variable "GroveList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(709) : warning 219: local variable "AztecasList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(710) : warning 219: local variable "BallasList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(711) : warning 219: local variable "VagosList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(712) : warning 219: local variable "PoliceList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(713) : warning 219: local variable "BIKERSList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(714) : warning 219: local variable "TmList" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(715) : warning 219: local variable "vehlist" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(716) : warning 219: local variable "VIPSkins" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(717) : warning 219: local variable "Toys" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(718) : warning 219: local variable "VIPToys" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(720) : warning 219: local variable "pSkin" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(722) : warning 219: local variable "SnipperRandom" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(743) : warning 219: local variable "ArenaRandomSpawn" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(763) : warning 219: local variable "TeamEntekhabKarde" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(785) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(794) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(795) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(796) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(801) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(801) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(802) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(803) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(816) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(816) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(816) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(817) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(817) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(821) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(822) : error 017: undefined symbol "x"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(825) : error 017: undefined symbol "y"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(852) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(867) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(867) : warning 219: local variable "ClanInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(880) : warning 219: local variable "TurfInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(947) : warning 219: local variable "PlayerInfo" shadows a variable at a preceding level
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(950) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(956) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(962) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(962) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(963) : error 001: expected token: ";", but found "{"
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1739) : warning 225: unreachable code
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1739) : error 029: invalid expression, assumed zero
D:\Game Mods\a.Persian GangWar\gamemodes\IRGW.pwn(1740) : error 001: expected token: ";", but found "{"
Reply

I have no clue why, but if I include a_mysql, I get the following:

Код:
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(163) : warning 219: local variable "mysql" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "gPlayerLogged" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "gPlayerFirstSpawn" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "topbar" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "bottombar" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "MaskID" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "moneytimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "paccsavetimr" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "tTotalHouses" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "houseTextTimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "lasthousepickup" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "factioninvited" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "factioninvitedby" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "factioninvitedbypid" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "saveacctimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "pistolcheck" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "smgcheck" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(168) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 174) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(174) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(174) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(176) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 181) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(181) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(181) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(183) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 187) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 187) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 188) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(188) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(188) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(190) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 195) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(195) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(195) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(197) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 201) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(201) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(201) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(203) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 207) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 207) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 208) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(208) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(208) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(210) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 216) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(216) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(216) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(218) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 222) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(222) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(222) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(224) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 228) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(228) : error 001: expected token: ";", but found "}"
With all those being either
Код:
new
static
static stock
and all their values, what have I done wrong?

Код:
new <all variables n shit>;

static mysql;

static stock gTableFurniture[] =
{

much more

static stock g_aMaleSkins[] = 
{ 
	bla
};

static stock g_aFemaleSkins[] = 
{
	bla
};
(To the ones thinking, the actual values arent "bla" and stuff, I cut it out so it wouldn't be too long)
Reply

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
I have no clue why, but if I include a_mysql, I get the following:

Код:
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(163) : warning 219: local variable "mysql" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "gPlayerLogged" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "gPlayerFirstSpawn" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "topbar" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "bottombar" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "MaskID" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(164) : warning 219: local variable "moneytimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "paccsavetimr" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "tTotalHouses" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "houseTextTimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "lasthousepickup" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "factioninvited" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(165) : warning 219: local variable "factioninvitedby" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "factioninvitedbypid" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "saveacctimer" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "pistolcheck" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(166) : warning 219: local variable "smgcheck" shadows a variable at a preceding level
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(168) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 171) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 172) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 173) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(170 -- 174) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(174) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(174) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(176) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 179) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 180) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(178 -- 181) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(181) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(181) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(183) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 186) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 187) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 187) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(185 -- 188) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(188) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(188) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(190) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 193) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 194) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(192 -- 195) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(195) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(195) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(197) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 200) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(199 -- 201) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(201) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(201) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(203) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 206) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 207) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 207) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(205 -- 208) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(208) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(208) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(210) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 213) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 214) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 215) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(212 -- 216) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(216) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(216) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(218) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 221) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(220 -- 222) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(222) : error 001: expected token: ";", but found "}"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(222) : error 036: empty statement
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(224) : error 001: expected token: "-identifier-", but found "stock"
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 227) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(226 -- 228) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Script from scratch new\gamemodes\script.pwn(228) : error 001: expected token: ";", but found "}"
With all those being either
Код:
new
static
static stock
and all their values, what have I done wrong?

Код:
new <all variables n shit>;

static mysql;

static stock gTableFurniture[] =
{

much more

static stock g_aMaleSkins[] = 
{ 
	bla
};

static stock g_aFemaleSkins[] = 
{
	bla
};
(To the ones thinking, the actual values arent "bla" and stuff, I cut it out so it wouldn't be too long)
Wrong thread?
I mean, you talk about MySQL in the weapon-config.inc thread.
Reply

Quote:
Originally Posted by Jeroen52
Посмотреть сообщение
Wrong thread?
I mean, you talk about MySQL in the weapon-config.inc thread.
If I include MySQL with weapon-config it brings all those errors to me. Thought it'd be other peeps as well
Reply

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
If I include MySQL with weapon-config it brings all those errors to me. Thought it'd be other peeps as well
yes my problem is exact like your problem and i using MySQL
Reply

Quote:
Originally Posted by Airblog
Посмотреть сообщение
yes my problem is exact like your problem and i using MySQL
Supposing you haven't found a fix for it yet?

I've been fucking around with bare.pwn from SAMP's package. I have no clue how it works but if I toss in all my includes I use in my main script in SAMP's bare.pwn it compiles fine. This is one hell of a weird thing.
Reply


Forum Jump:


Users browsing this thread: 55 Guest(s)