[HELP]Commands
#5

To put a player in a car (don't know if you want a command to spawn or a command to put a player into any car.) (Basically the same.) But anyway here:

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		PutPlayerInVehicle(0, 562, 1);
		return 1;
	}
	return 0;
}
		return 1;
	}
	return 0;
}
Not sure if it would work but just try it.
Reply


Messages In This Thread
[HELP]Commands - by Kirchhoff - 24.04.2010, 08:16
Re: [HELP]Commands - by Eliran Pesahov - 24.04.2010, 08:22
Re: [HELP]Commands - by Kirchhoff - 24.04.2010, 08:34
Re: [HELP]Commands - by Dark_Kostas - 24.04.2010, 08:38
Re: [HELP]Commands - by SampStunta - 24.04.2010, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)