20.08.2012, 09:25
This tut uses streamer...make sure you've got
And that it's updated, also try adding the
Under OnGameModeInit()
EDIT: Also change this
pawn Код:
#include <streamer>
pawn Код:
Checkpoint = CreateDynamicCP(-1392.8824,2641.5508,55.9545, 2, -1, -1, -1, 100);
EDIT: Also change this
pawn Код:
new Checkpoint [MAX_PLAYERS];
//to this..
new Checkpoint;