19.05.2014, 21:53
How can i set checkpoint id's ? I want to have multiple checkpoints for entering stores and banks etc... but i dont know how i can make them have id's so i can create a different action for'em ?
new CP_Bank;
//OnGameModeInit
CP_BANK = CreateDynamicCP(X,Y,Z,SIZE,-1, -1, -1, draw);
//OnPlayerEnterDynamicCP
if(checkpointid == CP_Bank)
{
//
}