09.04.2010, 21:23
How can i make it so my checkpoint can be disabled and enabled?
I have a derby and i want to make it so i can enable and disable the checkpoint.
This is what i did, but it's not working.
I have a derby and i want to make it so i can enable and disable the checkpoint.
This is what i did, but it's not working.
Код:
Код:if(strcmp(cmdtext, "/closederby", true) == 0) { DestroyDynamicCP(21); return 1; } if(strcmp(cmdtext, "/openderby", true) == 0) { TogglePlayerDynamicCP(playerid, 21, true); return 1; }