Problem with warnings
#1

I don't understand this warnings...

Код:
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(3420) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(3431) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(12906) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(12908) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(15037) : warning 202: number of arguments does not match definition
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(15037) : warning 202: number of arguments does not match definition
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(26974) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(29996) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(30141) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(30222) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(30331) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(30337) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(30374) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(33593) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(44336) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(44344) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(44414) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(44422) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(45128) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(46843) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(47280) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(48244) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(48704) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(48816) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(54155) : warning 217: loose indentation
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(54259) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Warnings.
Line's:

http://pastebin.com/rGqZU2mE

This problem its not about coordinates...
Reply
#2

You have to remove this and replace it with that....
(Sarcasm)
Ffs
Show us your code...
Reply
#3

You have 3/26 codes..
Reply
#4

It is indentation. Your code should have some spaces added because it is not identited properly. You can do 2 things.
On top of script type
PHP код:
#pragma tabsize 0 
This will fix it but code will look ugly
or you can fix indentation
Reply
#5

I solved this 20 warnings, but i dont understand...

Код:
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(15036) : warning 202: number of arguments does not match definition
C:\Users\vld\Desktop\vld\gamemodes\vld.pwn(15036) : warning 202: number of arguments does not match definition
Код:
PlayerTextDrawShow(i, RentCar[i], 15000, 6);
Don't work with #pragma tabsize 0
Reply
#6

pragma tabsize is for identation

Dude you dont need those numbers. just do this
PHP код:
PlayerTextDrawShow(iRentCar[i]) 
Reply
#7

Ty. Solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)