05.06.2011, 02:31
i get this error when i add a skin select when done login
my script code is
Код:
C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(241) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(246) : error 029: invalid expression, assumed zero C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : error 001: expected token: ";", but found ")" C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : error 029: invalid expression, assumed zero C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(247) : warning 215: expression has no effect C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(250) : error 054: unmatched closing brace ("}") C:\Users\Family\Desktop\FastFive DriftCity 0.3c V.1.0\gamemodes\fastfive.pwn(251) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
Код:
for(new i=0;i<300;i++) { if((i == 7)||(i >= 9 && i <= 41)||(i >= 43 && i <= 64)||(i >= 66 && i <= 73) ||(i >= 75 && i <= 85)||(i >= 87 && i <= 11||(i >= 120 && i <= 14||(i >= 150 && i <= 207) ||(i >= 209 && i <= 264)||(i >= 274 && i <= 28||(i >= 290 && i <= 299)) { AddPlayerClass(i, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); } } }