03.01.2013, 16:52
On the top:
On "forwards" area:
For solve the warnings, you need to remove the unused functions and variables.
Use a indentator to remove the loose indentations.
PHP код:
#define OBJECT_MATERIAL_SIZE_256x128
#define SELECT_OBJECT_PLAYER_OBJECT
PHP код:
forward OnPlayerSelectObject(playerid);
forward OnPlayerEditObject(playerid);
Use a indentator to remove the loose indentations.