help me! again!
#6

Quote:
Originally Posted by ahameed4755
View Post
D:\gta sa\HEHE!\filterscripts\godmode.pwn(45) : warning 217: loose indentation
D:\gta sa\HEHE!\filterscripts\godmode.pwn(46) : warning 202: number of arguments does not match definition
D:\gta sa\HEHE!\filterscripts\godmode.pwn(4 : warning 217: loose indentation
D:\gta sa\HEHE!\filterscripts\godmode.pwn(53) : warning 217: loose indentation
D:\gta sa\HEHE!\filterscripts\godmode.pwn(54) : warning 202: number of arguments does not match definition
D:\gta sa\HEHE!\filterscripts\godmode.pwn(56) : warning 217: loose indentation
D:\gta sa\HEHE!\filterscripts\godmode.pwn(65) : warning 202: number of arguments does not match definition
D:\gta sa\HEHE!\filterscripts\godmode.pwn(77) : warning 202: number of arguments does not match definition
D:\gta sa\HEHE!\filterscripts\godmode.pwn(80) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


9 Warnings.


getting more errors!
Loose indentation:
PHP Code:
CMD:ilikecheese(playeridparams[])
{
    if(
playerid != INVALID_PLAYER_ID)
 {
         
SendClientMessage(playerid, -1"hi");
    }
 return 
1;
}
How it should be:
CMD:ilikecheese(playeridparams[])
{
    if(
playerid != INVALID_PLAYER_ID)
    {
         
SendClientMessage(playerid, -1"hi");
    }
    return 
1;

What are the lines for the other warnings?
Reply


Messages In This Thread
help me! again! - by ahameed4755 - 17.09.2015, 11:52
Re: help me! again! - by ahameed4755 - 17.09.2015, 12:26
Re: help me! again! - by xTURBOx - 17.09.2015, 12:28
Re: help me! again! - by ahameed4755 - 17.09.2015, 12:31
Re: help me! again! - by xTURBOx - 17.09.2015, 12:47
Re: help me! again! - by J0sh... - 17.09.2015, 12:47
Re: help me! again! - by nezo2001 - 17.09.2015, 12:48
Re: help me! again! - by ahameed4755 - 17.09.2015, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)