11.04.2019, 14:23
Please use code tags to make your code more read-able.
Also, this isn't an error but an indentation warning.
Correct indentation:
Incorrect indentation:
Also, this isn't an error but an indentation warning.
Correct indentation:
PHP Code:
Function(playerid)
{
//do something
return 1;
}
PHP Code:
Function(playerid)
{
//do something
return 1;
}