Posts: 57
Threads: 9
Joined: Jul 2017
06.08.2017, 06:17
(
Последний раз редактировалось SilverMapper; 06.08.2017 в 09:49.
)
Posts: 558
Threads: 112
Joined: May 2014
Posts: 3
Threads: 0
Joined: Jul 2017
Quote:
Originally Posted by Barnwell
Update your includes.
|
You can find here:
http://forum.sa-mp.com/forumdisplay.php?f=83
Posts: 262
Threads: 51
Joined: May 2014
Reputation:
0
Also you will have to download MySQL R5-R6
Posts: 57
Threads: 9
Joined: Jul 2017
after updating its showing me this
E:\Games\ExtremeStudio\Project\uG-Clans\uG-Clans-eLg Script\All Gamemodes\Crazy Bob CNr\gamemodes\CrazyBobCNR.pwn(36503) : warning 219: local variable "X" shadows a variable at a preceding level
E:\Games\ExtremeStudio\Project\uG-Clans\uG-Clans-eLg Script\All Gamemodes\Crazy Bob CNr\gamemodes\CrazyBobCNR.pwn(36503) : symbol is assigned a value that is never used: "X"
Compilation aborted.
Pawn compiler 3.2.3664 Copyright © 1997-2017, ITB CompuPhase
Posts: 313
Threads: 39
Joined: Jan 2017
Reputation:
0
You have a local variable called "x" but there's also a global variable called that in your script or in some include.you just delete the "x"
Posts: 57
Threads: 9
Joined: Jul 2017
thnx it works now
but my script is not working in my pc directly need help pls