24.05.2010, 20:52
Alright guys, this thing is driving me crazy....
I've been trying for long time now, and I finally found out solution...
As soon as I removed this code from the OnPlayerClassSelection, the CJ skin disappeared, so I guess that's what's wrong...
BUT THERE is still problem, now when I removed return 0; I can see class selection even when intro is going on...
Can anyone really help here...
So I needed to remove that part, but now I can see class selection when in intro... I guess it has to stay return 0; but then CJ comes...
I've been trying for long time now, and I finally found out solution...
Код:
if(PlayerInfo[playerid][inIntro]) { return 0; }
BUT THERE is still problem, now when I removed return 0; I can see class selection even when intro is going on...
Can anyone really help here...
So I needed to remove that part, but now I can see class selection when in intro... I guess it has to stay return 0; but then CJ comes...