05.04.2010, 20:43
put that somewhere in the middle of your script, like so...
then go and test it. the end.
pawn Код:
#include <a_samp>
// somewhere here
public OnGameModeInit()
{
print("\n--------------------------------------");
print(" Gamemode by your name here");
print("--------------------------------------\n");
return 1;
}