kill komanda
Moderator: Moderatori
-
- Jauniņais
- Posts: 95
- Joined: 13 Sep 2008, 16:18
- Location: ||||||||||
kill komanda
Varetu ludzu kads iedot gatavu /kill komanddu kuru varetu ievietot gamemoda !
Re: kill komanda
Code: Select all
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/kill", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 0);
return 1;
}
-
- Jauniņais
- Posts: 95
- Joined: 13 Sep 2008, 16:18
- Location: ||||||||||
Re: kill komanda
Liels paldiesSnS_dTb wrote:Code: Select all
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/kill", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 0); return 1; }

