#1

Is this right for zcmd cus i get an error on this

Код:
C:\Users\Hellman\Desktop\New folder\pawno\include\/CRP/Publics/OnCommand.pwn(3824) : warning 217: loose indentation
pawn Код:
if(!strcmp(x_vehicle, "park"))
Reply
#2

A loose indentation warning means that you have not indented your code appropriately.

It is impossible to tell where your indentation has gone wrong, as you've only shown us one line with no reference to how far indented it should be or how much it has even been indented in your code (if it has at all).

I recommend you read the basic programming guide available on the official PAWN site, along with the official PAWN documentation.

http://www.compuphase.com/pawn/pawn.htm
Reply
#3

you can also use the cheap way and cover it using

pawn Код:
#pragma tabsize 0
Reply
#4

Select that line and allign it to other code by pressing TAB.

Quote:

This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)