help please
#4

pawn Код:
if (strcmp("/heal", cmdtext, true, 5) == 0)
       {
       SetPlayerHealth(playerid, 100);
       SendClientMessage(playerid, 0xFFA600FF, "(INFO) You have been healed!");
       return 1;
       }
       if (strcmp("/kill", cmdtext, true, 5) == 0)
       {
       SetPlayerHealth(playerid, 0);
       SendClientMessage(playerid, 0xE62525FF, "(INFO) You have commited suicide!");
       return 1;
       }
       if (strcmp("/help", cmdtext, true, 5) == 0)
       {
       SendClientMessage(playerid, 0xE62525FF, "(INFO) Welcome to my Server's HELP command!");
       SendClientMessage(playerid, 0xE62525FF, "(INFO) Hope you enjoy the tutorial!");
       return 1;
       }
       return 0;

    }
Reply


Messages In This Thread
help please - by adelmika - 19.09.2012, 16:42
Re: help please - by adelmika - 19.09.2012, 17:08
AW: help please - by Blowfish - 19.09.2012, 17:16
Re: help please - by HuSs3n - 19.09.2012, 17:17
Re: help please - by Glint - 19.09.2012, 17:19
Re: help please - by adelmika - 19.09.2012, 17:19
Re: help please - by Glint - 19.09.2012, 17:24
Re: help please - by adelmika - 19.09.2012, 17:25
Re: help please - by Lordzy - 19.09.2012, 17:25
Re: help please - by adelmika - 19.09.2012, 17:29

Forum Jump:


Users browsing this thread: 2 Guest(s)