[HELP] First map, getting error
#10

You can do it like this...
Pawno
Код:
if (strcmp("/anuj", cmdtext, true, 10) == 0) //anuj's dm place
	{
	SetPlayerPos(playerid, 2855.518,1831.024,11.323);
     GivePlayerPeapon(26,1000) //the 26 is the Shotgun and 1000 the ammo

     CreateObject(1225, 2858.518,1831.024,11.323, 0.00, 0.00, 0.00);
     CreateObject(1225, 2853.518,1831.024,11.323, 0.00, 0.00, 0.00);

  	SetPlayerInterior(playerid, 0);
	return 1;
	}
That means: If you use this command, two explosive barrels appear somewhere next to you.
Reply


Messages In This Thread
[HELP] First map, getting error - by killdahobo99 - 04.06.2009, 00:23
Re: [HELP] First map, getting error - by TheUllas - 04.06.2009, 00:28
Re: [HELP] First map, getting error - by Correlli - 04.06.2009, 00:55
Re: [HELP] First map, getting error - by killdahobo99 - 04.06.2009, 01:13
Re: [HELP] First map, getting error - by Correlli - 04.06.2009, 02:04
Re: [HELP] First map, getting error - by TheUllas - 04.06.2009, 02:06
Re: [HELP] First map, getting error - by killdahobo99 - 04.06.2009, 02:49
Re: [HELP] First map, getting error - by HuRRiCaNe - 04.06.2009, 03:48
Re: [HELP] First map, getting error - by Correlli - 04.06.2009, 09:17
Re: [HELP] First map, getting error - by TheUllas - 04.06.2009, 09:20

Forum Jump:


Users browsing this thread: 3 Guest(s)