Quote:
Originally Posted by [EFS
]
Quote:
Originally Posted by [EFS
]
Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by [EFS
]
How to make to checkpoint will be just for ONE player not for evryone.... what i need to put instead of -1 ??
|
Their playerid.
|
Ok its work...Can you help me whit destroy checkpints whit command...Something like this....
And i get this error
C:\Users\NASTIE\Desktop\ExtremeFun\filterscripts\C heckpoint.pwn(602) : error 017: undefined symbol "CPiD"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
But when i type that command, checkpoints are still visible on map... Can you help me...
|
Can someone help me?
|
Isnt it CP
ID ?
And what should the code do ?
If you want to disable the checkpoints you need to do
pawn Код:
CPDisabled[THE_CHECKPOINT_ID] = true;
or just
pawn Код:
DestroyCheckpoint(THE_CHECKPOINT_ID); //DestroyCheckpoint function is posted in the first post
@TheKiller
The first OnPlayerEnterStreamedCheckpoint uses CPID (which should be CPiD)