11-06-2008, 11:41 PM
When i change that :
With :
[code]public START_MAP as byte
Public START_X as byte
Public START_Y as byte
select case getplayerclass(index)
case 0
START_MAP = 1 '
Code:
Public Const START_MAP = 1
Public Const START_X = MAX_MAPX / 2
Public Const START_Y = MAX_MAPY / 2
[code]public START_MAP as byte
Public START_X as byte
Public START_Y as byte
select case getplayerclass(index)
case 0
START_MAP = 1 '