RC stuff in my server
#7

this could be a starting point...
Код:
CMD:rcbaron(playerid,cmdtext[])
{
	new Float:X,Float:Y,Float:Z;
	GetPlayerPos(playerid,X,Y,Z);
	new RedBaron=CreateVehicle(464,X,Y,Z,0,0,0,30000);
	PutPlayerInVehicle(playerid,RedBaron,0);
	return 1;
}
Reply


Messages In This Thread
RC stuff in my server - by marinov - 29.10.2010, 22:55
Re: RC stuff in my server - by The_Moddler - 29.10.2010, 23:00
Re: RC stuff in my server - by Mr.Jvxmc - 29.10.2010, 23:21
Re: RC stuff in my server - by marinov - 29.10.2010, 23:53
Re: RC stuff in my server - by Kyle - 30.10.2010, 00:15
Re: RC stuff in my server - by The_Moddler - 30.10.2010, 00:24
Re: RC stuff in my server - by Babul - 30.10.2010, 00:26
Re: RC stuff in my server - by Miguel - 30.10.2010, 02:32
Re: RC stuff in my server - by marinov - 30.10.2010, 04:46
Re: RC stuff in my server - by Hiddos - 30.10.2010, 08:24

Forum Jump:


Users browsing this thread: 1 Guest(s)