12.06.2010, 20:07
What the hell does it mean, and how do i fix it? :P
Thanks!
<3
- Eric
Thanks!
<3
- Eric
Originally Posted by TheGarfield
Use : //command here return 1; } |
// Good
public Blah( )
{
new lol;
lol = 1;
return lol;
}
// Bad will give the warning
public Blah( )
{
new lol;
lol = 1;
return lol;
}
if(strcmp(cmdtext, "/salami", true) == 0)
{
SetPlayerPos(playerid, ....
return 1;
}
#pragma tabsize 0