Problem
#1

Quote:

Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1614) : warning 204: symbol is assigned a value that is never used: "ArmyGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1502) : warning 204: symbol is assigned a value that is never used: "ArmyZone"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(16232 ) : warning 204: symbol is assigned a value that is never used: "CIABridge"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(16565 ) : warning 204: symbol is assigned a value that is never used: "CIABuilding"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1621) : warning 204: symbol is assigned a value that is never used: "CIALeftGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1622) : warning 204: symbol is assigned a value that is never used: "CIARightGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(16399 ) : warning 204: symbol is assigned a value that is never used: "CIASat"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1504) : warning 204: symbol is assigned a value that is never used: "CIAZone"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1631) : warning 204: symbol is assigned a value that is never used: "FBILeftGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1630) : warning 204: symbol is assigned a value that is never used: "FBIRightGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1632) : warning 204: symbol is assigned a value that is never used: "FBIShutter"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1503) : warning 204: symbol is assigned a value that is never used: "FBIZone"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1637) : warning 204: symbol is assigned a value that is never used: "NPCTram"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1610) : warning 204: symbol is assigned a value that is never used: "SFPDLeftGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1609) : warning 204: symbol is assigned a value that is never used: "SFPDRightGate"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1611) : warning 204: symbol is assigned a value that is never used: "SFPDShutter"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1505) : warning 204: symbol is assigned a value that is never used: "SFPDZone"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1506) : warning 204: symbol is assigned a value that is never used: "TaxiZone"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1583) : warning 204: symbol is assigned a value that is never used: "VersionTD"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(1594) : warning 204: symbol is assigned a value that is never used: "WebsiteTD"
Z:\root\samp\01\samp03\gamemodes\SFCRRPG.pwn(149 : warning 204: symbol is assigned a value that is never used: "timer"

How to Fix this ? it was working good but its appear in the next time... i already using all this things
Reply
#2

Those are just warnings... that just telling you that those variables are not being used... if you comment out those variables it will remove all those warnings
Reply
#3

how to make this ?
Reply
#4

// or /* */
Reply
#5

what u mean ?
Reply
#6

Remove them all. You don't need them.


And what he means is.


pawn Код:
new CIABridge;
change to
pawn Код:
//new CIABridge;
Reply
#7

After i put // in all .
the gamemode is not working after i compilne it
Reply
#8

You code is unvalid man
U must fix you code or see here
Reply
#9

Mind showing up the code you can PM me it if you like.
Reply
#10

Quote:
Originally Posted by matimadej
Посмотреть сообщение
You code is unvalid man
U must fix you code or see here
Here ??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)