[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
#2

What do you mean??

Do you want another command after??
Reply
#3

The ones you need?srsly though this isn't worth a topic.
Reply
#4

Yeah. I want to know how to make a car spawner, like there's commands like "/car [Car Name]" and then it will spawn you a car. I'm wanting to know how to make a command to spawn all/any cars.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)