13.01.2018, 11:32
PHP код:
CMD:removecp(playerid, params[])
{
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid, COLOR_GREY, "You have removed your checkpoints!");
}
CMD:removecp(playerid, params[])
{
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid, COLOR_GREY, "You have removed your checkpoints!");
}
CMD:removecp(playerid, params[])
{
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid, COLOR_GREY, "You have removed your checkpoints!");
return 1;
}