Whats rong with this?
#2

The operators needs to be changed.

if(PlayerInfo[playerid][Level] == 1)
{

needs to be changed to:

if(PlayerInfo[playerid][Level] >= 1)
{
Reply


Messages In This Thread
Whats rong with this? - by -Rebel Son- - 30.03.2010, 16:38
Re: Whats rong with this? - by Carlton - 30.03.2010, 16:46
Re: Whats rong with this? - by -Rebel Son- - 30.03.2010, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)