Quote:
Originally Posted by reckst4r
Why are you using params[] when there are no params?
pawn Код:
CMD:killcheckpoint(playerid) { DisablePlayerCheckpoint(playerid); return 1; }
|
Completely irrelevant to the topic.. I wouldn't care if you at least said something like "YO THIS IS THE PROBLEM" even if it was wrong. Adding params[] wouldn't make much of a difference in the actual performance (not speed) of the command.
Quote:
Originally Posted by xXRealLegitXx
When I do /killcheckpoint, it goes away for a second then comes back.
I am a C++ noob.
|
Check when it's created if it sets a timer that creates the checkpoint again. If it goes away, then it's probably being disabled but then set again.