/kill
Code
if (strcmp(cmdtext, "/kill", true)==0)
{
SetPlayerHealth(playerid, 0);
return 1;
}
Добавлено (16.05.2008, 14:03)
---------------------------------------------
Code
if (strcmp(cmdtext, "/saveme", true)==0)
{
SetTimer("SaveAccounts", 0, 0);
SendClientMessage(playerid, COLOR_GREY, " Прогресс сохранён.");
return 1;
}
Попробуй так