Train Spawning Question
#2

im not sure, i guess this is it:
Код:
CMD:train(playerid,params[])
{
	new Float:X;
	new Float:Y;
	new Float:Z;
	new A;
	GetPlayerPos(playerid, X, Y, Z);
	A = AddStaticVehicle(538, X, Y, Z, 40.19, -1, -1);
	PutPlayerInVehicle( playerid, A, 0);
	SendClientMessage(playerid, 0xFFFFFF, "Train spawned");
	return 1;
}
Reply


Messages In This Thread
Delete Please - by coolmark1995 - 07.01.2013, 12:01
Re: Train Spawning Question - by Frede - 07.01.2013, 12:16

Forum Jump:


Users browsing this thread: 1 Guest(s)