V-ADMIN HELP
#1

hi there all!

i am trying to add a part of the script where it saves the player colour

its going well!

but this is what i hve left over at the end of it all....

THE ERRORS

Код:
C:\Documents and Settings\Christopher\Desktop\stuff\Server\filterscripts\V-Admin.pwn(1027) : warning 211: possibly unintended assignment
C:\Documents and Settings\Christopher\Desktop\stuff\Server\filterscripts\V-Admin.pwn(1028) : error 029: invalid expression, assumed zero
THE PAWN CODE:

Код:
	if gPlayerLogged[playerid] = 1
  {
    new playername [ MAX_PLAYER_NAME ];
    GetPlayerName ( playerid , playername , MAX_PLAYER_NAME );

    if ( strcmp ( playername , "Slash01" , true ) == 0 )
    {
      SetPlayerColor ( playerid , 0xDDDD2357 );
    }
  }
	 }
	return 1;
please help me!!

thanks alot guys
Reply


Messages In This Thread
V-ADMIN HELP - by wilcock33 - 09.08.2009, 18:40
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:15
Re: V-ADMIN HELP - by James_Alex - 09.08.2009, 19:20
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:26
Re: V-ADMIN HELP - by LuxurioN™ - 09.08.2009, 19:33
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:50
Re: V-ADMIN HELP - by Joe Staff - 09.08.2009, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)