Can someone tell me what should I write to that StartPointName? I write PlayerStart3(I want player to start there in next level) but nothing happens. Maybe PlayerStart3 isn't entity name?
The szEntityName is used by the ChangeLevel entity to start a level at a named PlayerStart. If it is left blank then that entity will be used as the default start point. The initial level must have a default start point in it.
I write PlayerStart3(I want player to start there in next level) but nothing happens
Nothing happens? The level won't change or ...?
Well anyway, the name of a 'PlayerStart' entity is defined in the 'szEntityName' field. Make sure it matches the 'StartPointName' of the 'ChangeLevel' entity in the previous level.