Quote:
Originally Posted by Wyett
Quote:
Originally Posted by Azzerking
Ive had this problem i reinstalled pawno and it worked but in case it doesn't for you i would try Copying and pasting little bist in a new script and testing them until u find the problem with the bit then ask to solve it
|
I found what's the problem, but I don't know how to fix it....
Код:
if(PlayerInfo[playerid][inIntro]) {
return 0;
}
As soon as I remove this, it's fixed, but then intro is fucked...
|
Under which funtion have you put this?