/kill command bugged
#6

Okey this is the script:


LINE 26244| public OnPlayerCommandText(playerid, cmdtext[])
LINE 26245| {
LINE 26246| new cmd[256], idx;
LINE 26247| cmd = strtok(cmdtext, idx);
LINE 26248|
LINE 26249| if (strcmp(cmdtext, "/kill", true) == 0)
LINE 26250| {
LINE 26251| SetPlayerHealth(playerid, 0.0);
LINE 26252| return 1;
LINE 26253| }
LINE 26254|
LINE 26255| return 0;
LINE 26256| }




Thats how it looks with lines Hope someone can see what is wrong
Reply


Messages In This Thread
/kill command bugged - by skalman - 03.06.2009, 13:29
Re: /kill command bugged - by Correlli - 03.06.2009, 13:34
Re: /kill command bugged - by Think - 03.06.2009, 13:38
Re: /kill command bugged - by skalman - 03.06.2009, 13:48
Re: /kill command bugged - by Correlli - 03.06.2009, 13:52
Re: /kill command bugged - by skalman - 03.06.2009, 13:59
Re: /kill command bugged - by Correlli - 03.06.2009, 14:01
Re: /kill command bugged - by radhakr - 03.06.2009, 17:52
Re: /kill command bugged - by gergo11 - 03.06.2009, 18:13
Re: /kill command bugged - by Mike Garber - 03.06.2009, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)