/turismo or similar command
#1

Hi,
The title is the main thing.
I can't figure out how to make a vehicle spawn command on the player's Pos for my test server.
It doesn't have to be a /v command etc as I have a filterscript for that, just a simple command.. like I tried it here:

Код:
if (strcmp("/turismo", cmdtext, true) == 0)
	{
	new x,y,z;

	GetPlayerPos(playerid, x, y, z);
	CreateVehicle(251, x, y, z, 0.0, 1, 1, 0);
	return 1;
	}


/* D:\GTA SA\SAMP Development\Server files\gamemodes\Karols_Stunt_DM.pwn(452) : warning 213: tag mismatch
D:\GTA SA\SAMP Development\Server files\gamemodes\Karols_Stunt_DM.pwn(452) : warning 213: tag mismatch
D:\GTA SA\SAMP Development\Server files\gamemodes\Karols_Stunt_DM.pwn(452) : warning 213: tag mismatch
*/
Reply


Messages In This Thread
/turismo or similar command - by Karol56 - 06.07.2012, 21:10
Re: /turismo or similar command - by newbienoob - 06.07.2012, 21:14
Re: /turismo or similar command - by Roko_foko - 06.07.2012, 21:15
Re: /turismo or similar command - by Karol56 - 06.07.2012, 21:31
Re: /turismo or similar command - by FireCat - 06.07.2012, 21:44
Re: /turismo or similar command - by Karol56 - 06.07.2012, 21:45
Re: /turismo or similar command - by newbienoob - 06.07.2012, 21:54
Re: /turismo or similar command - by Karol56 - 06.07.2012, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)