Jump to content
  • 0

pomoc CMD Reader pro administrátory


VolfikCZ

Dotaz

Zdravím mám menší problém z adminským readerem nevím proč to nefunguje :( :(

stock SendMessageToAdmins(color, const string[])
{
	for(new i = 0; i <= MAX_PLAYERS; i++)
	if(IsPlayerConnected(i) == 1)
	if(Player[i][AdminLevel] > 0) // tadyk to to
	{
		SendClientMessage(i, color, string);
	}
	return 1;
}

 C:\Users\lukas\Desktop\ST.pwn(691) : error 017: undefined symbol "Player"

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...