Advertisement
Guest User

Warning

a guest
Mar 21st, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. E:\GTASAN~1\GAMEMO~1\THEGOD~1.pwn(2958) : warning 204: symbol is assigned a value that is never used: "string"
  2. Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  3.  
  4. Header size: 9564 bytes
  5. Code size: 1550572 bytes
  6. Data size: 5474032 bytes
  7. Stack/heap size: 16384 bytes; estimated max. usage=4124 cells (16496 bytes)
  8. Total requirements: 7050552 bytes
  9.  
  10. 1 Warning.
  11.  
  12. if(MedicBill[playerid] == 1 && PlayerInfo[playerid][pJailed] == 0 && PlayerPaintballing[playerid] == 0)
  13. {
  14. new string[256]; // <= aici imi da warningu
  15. new cut = deathcost; //PlayerInfo[playerid][pLevel]*deathcost;
  16. GivePlayerMoney(playerid, -cut);
  17. MedicBill[playerid] = 0;
  18. MedicTime[playerid] = 0;
  19. NeedMedicTime[playerid] = 0;
  20. PlayerInfo[playerid][pDeaths] += 1;
  21. SetPlayerHealth(playerid, 100.0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement