19.12.2010, 17:36
(
Последний раз редактировалось paramedic114; 19.12.2010 в 18:16.
)
Hi,
i was making a command to Disable /department radio in my server, when i got to the bit where when its disabled it prevents the person from using it i get this error:
Here are the lines:
I cant see no error in it.....Yet, all help appreciated
i was making a command to Disable /department radio in my server, when i got to the bit where when its disabled it prevents the person from using it i get this error:
Код:
C:\Documents and Settings\Tom Attewell\My Documents\samp_0\gamemodes\sarp.pwn(19162) : warning 217: loose indentation C:\Documents and Settings\Tom Attewell\My Documents\samp_0\gamemodes\sarp.pwn(19167) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
Here are the lines:
Код:
19160: return 1; 19161: } 19162: if((nod) && PlayerInfo[playerid][pAdmin] < 3) 19163: { 19164: SendClientMessage(playerid, COLOR_GREY, " Department channel has been disabled by an Admin !"); 19165: return 1; 19166: } 19167: return 1; 19168: }