01.01.2012, 09:32
thanks for replying..same error...i put it in OnGamemodeInt
Код:
public OnGameModeInit() { DisableInteriorEnterExits(); AddPlayerClass(0,2271.2456,2405.2004,10.8203,320.2789,0,0,0,0,0,0); SetGameModeText("Test"); Checkpoint[0] = CreateDynamicCP(-2112.7422,-753.4459,32.1719, 4, -1, -1, -1, 100); // Creates a checkpoint at -2112.7422,-753.4459,32.1719 with a range of 4, in any virtualworld, interior and for every player Checkpoint[1] = CreateDynamicCP(-2112.9177,-760.9539,32.1719, 4, 5, -1, -1, 100); // Creates a checkpoint at -2112.9177,-760.9539,32.1719 with a range of 4, in virtualworld 5, any interior, and for every player return 1; }