[HELP] How do you script a Car Spawner?
#1

Hello, I've already scripted one command into my Game-Mode, that command is "/kill".
What I want to know what would go exactly after this?:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/kill", cmdtext, true, 5) == 0)
    {
        SetPlayerHealth(playerid, 0.0);
        return 1;
    }
 return 0;
 }
Reply


Messages In This Thread
[HELP] How do you script a Car Spawner? - by DJTunes - 21.12.2012, 17:27
Re: [HELP] How do you script a Car Spawner? - by rbush12 - 21.12.2012, 17:34
Re: [HELP] How do you script a Car Spawner? - by DaRk_RaiN - 21.12.2012, 17:44
Re: [HELP] How do you script a Car Spawner? - by DJTunes - 21.12.2012, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)