Give a car
#4

Quote:
Originally Posted by 02manchestera
so it will be something like

Код:
if(!strcmp(cmdtext, "/rally1", true))
		{

			Createvehicle,id 560;
			return 1;
pawn Код:
if(!strcmp(cmdtext, "/rally1", true))
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
CreateVehicle(560, X,Y,Z,0.0,1,1,respawntime(miliseconds));
return 1;
}
Reply


Messages In This Thread
Give a car - by 02manchestera - 28.02.2010, 20:18
Re: Give a car - by RyDeR` - 28.02.2010, 20:20
Re: Give a car - by 02manchestera - 28.02.2010, 20:33
Re: Give a car - by qwt - 28.02.2010, 20:42
Re: Give a car - by 02manchestera - 28.02.2010, 20:45
Re: Give a car - by qwt - 28.02.2010, 20:48
Re: Give a car - by 02manchestera - 28.02.2010, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)