26.07.2010, 14:58
I never have used PVar's , but I have question,
Here
This "Tutorial" must be defined at script start or isn't?
like new Tutorial[MAX_PLAYERS];
Here
pawn Код:
public OnPlayerConnect(playerid)
{
SetPVarInt(playerid,"Tutorial",0);
return 1;
}
like new Tutorial[MAX_PLAYERS];