~Question Simple~
#1

Код:
public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}
what's role of // after Sentences and it's that's line imporant !
Reply
#2

You mean like:
pawn Код:
//this?
// Means a comment,it's something that's not important to the script,and it doesn't effect on the code.
But you can write notes and things that helps you to remember what which line means etc.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)