]
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....
pawn Код:
if(strcmp("/quit", cmdtext, true, 10) == 0)
{
CPDisabled[CPiD] = 44;
CPDisabled[CPiD] = 45;
CPDisabled[CPiD] = 46;
CPDisabled[CPiD] = 47;
CPDisabled[CPiD] = 48;
CPDisabled[CPiD] = 49;
CPDisabled[CPiD] = 50;
CPDisabled[CPiD] = 51;
CPDisabled[CPiD] = 52;
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...