Quote:
Originally Posted by Sithis
Create a buffer like this:
pawn Код:
new pRoleBuffer; pRoleBuffer = pRole[playerid][Tutorial];
if(pRoleBuffer == 0) { // Do what you have to do. }
|
Can you please explain this?
Quote:
Originally Posted by Avi Raj
use this :-
pawn Код:
if((pRole[playerid][Tutorial] == 0)
|
Still don't work.