SA-MP Forums Archive
Help please? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please? (/showthread.php?tid=99434)



Help please? - kujox4 - 27.09.2009

How do you make it so people carry the M4 and etc the CJ way not the npc in single player game way?


Re: Help please? - kujox4 - 27.09.2009

How am I suppose to put them into the script?


Re: Help please? - Eazy_Efolife - 27.09.2009

Quote:
Originally Posted by Seif_ [adream-rp.com
]
UsePlayerPedAnims();
under OnGameModeInit.
^^^^^^^^^^^
|||||||||||||||||


Re: Help please? - kujox4 - 27.09.2009

Ok same thing again it comes up with an error how am I suppose to use it?

Also does this EnableZoneNames(0);

Stop players from being like

Bill Killed bill with a deagle

Type thing? On the right side of the screen?


Re: Help please? - Eazy_Efolife - 27.09.2009

Quote:
Originally Posted by kujox4
Ok same thing again it comes up with an error how am I suppose to use it?

Also does this EnableZoneNames(0);

Stop players from being like

Bill Killed bill with a deagle

Type thing? On the right side of the screen?
what error?


Re: Help please? - kujox4 - 27.09.2009

Well its a warning. About the Definations.

Код:
warning 202: number of arguments does not match definition
	UsePlayerPedAnims(1);
It works just I get a warning.


Re: Help please? - Eazy_Efolife - 27.09.2009

Quote:
Originally Posted by kujox4
Well its a warning. About the Definations.

Код:
warning 202: number of arguments does not match definition
	UsePlayerPedAnims(1);
It works just I get a warning.
Your not supposed to put a (1)

Read what Seif wrote:

Код:
UsePlayerPedAnims();



Re: Help please? - kujox4 - 27.09.2009

Lol oh ok thanks but about the killing thing how do I disable that. Where it shows who kills who and how on the right side? Also how do I disable the SAMP Logo?