Vehicle Spawn command
#11

Quote:
Originally Posted by Tomejus
View Post
Maybe use this...
Code:
CMD:veh( playerid, params[] )
{
	new
	    modelid,
		Float:zPos[ 3 ];


	if( sscanf( params, "i", modelid ) ) SendClientMessage( playerid, WHITE, "[ > ]{FF7E7E} Command USAGE: /veh [id]" );
	else
	{
		GetPlayerPos( playerid, zPos[ 0 ], zPos[ 1 ], zPos[ 2 ] );
		CreateVehicle( modelid, zPos[0], zPos[ 1 ], zPos[ 2 ], 0, 1, 1, 80000);
	}
	return true;
}
(287) : warning 203: symbol is never used: "GetVehicleModelIDFromName"
(287) : warning 203: symbol is never used: "strtok"
(287) : warning 203: symbol is never used: "veh"
Reply


Messages In This Thread
Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 18:44
Re: Vehicle Spawn command - by Issam - 20.10.2011, 18:48
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 18:49
Re: Vehicle Spawn command - by SmiT - 20.10.2011, 18:50
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:14
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:17
Re: Vehicle Spawn command - by Dark_Kostas - 20.10.2011, 19:17
Re: Vehicle Spawn command - by Tomejus - 20.10.2011, 19:19
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:19
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:20
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:21
Re: Vehicle Spawn command - by Tomejus - 20.10.2011, 19:24
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:24
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:25
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:26
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:29
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:36
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:37
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:39
Re: Vehicle Spawn command - by marik1322 - 20.10.2011, 19:45
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:46
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:46
Re: Vehicle Spawn command - by [MWR]Blood - 20.10.2011, 19:48
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 19:49
Re: Vehicle Spawn command - by Shelton Culmer - 20.10.2011, 20:04
Re: Vehicle Spawn command - by ragu1987 - 01.11.2013, 08:30

Forum Jump:


Users browsing this thread: 4 Guest(s)