19.05.2014, 21:55
Hey,
try this:
Have fun
try this:
PHP код:
new CP_Bank;
//OnGameModeInit
CP_BANK = CreateDynamicCP(X,Y,Z,SIZE,-1, -1, -1, draw);
//OnPlayerEnterDynamicCP
if(checkpointid == CP_Bank)
{
//
}