[HELP] Please help me.
#4

pawn Код:
#include <a_samp>

//all the "new" on top
//example
new IsSpawned;

public OnGameModeInit() // If you make a GameMode
{
     print("GM STARTED");
}

public OnFilterScriptInit() // If you make a FilterScript
{
     print("FS STARTED");
}

public OnPlayerCommandText(playerid, cmdtext[]) //Example Command
{
     if(!strcmp(cmdtext, "/kill", true))
     {
          SetPlayerHealth(playerid, 0);
          return 1;
     }
     return 0;
}
Reply


Messages In This Thread
[HELP] Please help me. - by Joey_Griffiths - 27.01.2011, 22:13
Re: [HELP] Please help me. - by bartje01 - 27.01.2011, 22:15
Re: [HELP] Please help me. - by Joey_Griffiths - 27.01.2011, 22:19
Re: [HELP] Please help me. - by Larsey123IsMe - 27.01.2011, 22:25
Re: [HELP] Please help me. - by TheYoungCapone - 27.01.2011, 22:28
Re: [HELP] Please help me. - by PeteShag - 27.01.2011, 22:29
Re: [HELP] Please help me. - by Joey_Griffiths - 27.01.2011, 22:32
Re: [HELP] Please help me. - by PeteShag - 27.01.2011, 22:38
Re: [HELP] Please help me. - by Larsey123IsMe - 27.01.2011, 22:39
Re: [HELP] Please help me. - by Joey_Griffiths - 27.01.2011, 22:51

Forum Jump:


Users browsing this thread: 3 Guest(s)