16.01.2010, 05:32
Ok I think I know what your problem is... You said this in your player login section right?
Well copy and paste your whole public OnPlayerLogin section: (Looks like this)
public OnPlayerLogin()
{
...
...
...
return 1;
}
if your lines are after the return1; then you totally placed them wrong... get what I mean?
Well copy and paste your whole public OnPlayerLogin section: (Looks like this)
public OnPlayerLogin()
{
...
...
...
return 1;
}
if your lines are after the return1; then you totally placed them wrong... get what I mean?