10.12.2009, 21:44
Quote:
Originally Posted by Donny
Indent the lines in the include, it's "" and not <> this means wherever you place your include line it starts reading from that position (hint, move the lines below if it doesn't work).
|
EDIT: Didn't Work...
pawn Код:
public OnGameModeInit()
{
SetGameModeText("PRJ.V - 0.00");
#include "inc/classes.V"
return 1;
}