need scripter - 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)
+--- Thread: need scripter (
/showthread.php?tid=634548)
need scripter -
XxMadmanxX - 21.05.2017
Hello i need someone who can change my ped move to cj's move please and i need to add dm event script to my server
if u can do this please pm me
Re: need scripter -
Kane - 21.05.2017
Looking for scripters/helpers? Post here!
If you want to add CJ run, REMOVE UsePlayerPedAnims(); .
Re: need scripter -
XxMadmanxX - 21.05.2017
where can i find it ?
Re: need scripter -
fireranger11 - 21.05.2017
Remove UsePlayerPedAnims();
Its under OnGameModeInit
Re: need scripter -
XxMadmanxX - 21.05.2017
i can't find this which folder ?
Re: need scripter -
Saddin - 21.05.2017
Quote:
Originally Posted by XxMadmanxX
i can't find this which folder ?
|
OnGameModeInit is callback in your script.pwn file. Under that callback there is line which is "UsePlayerPedAnims();".
Delete that and it will work.
Re: need scripter -
Jerry12 - 21.05.2017
Don't Remove it,
Just open your script and CTRL + F and write OnGameModeInit
and then add
UsePlayerPedAnims();
So it'd be like this:
PHP код:
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
That's all it don't need a download or any file it's already been in Samp Server folder.
Re: need scripter -
XxMadmanxX - 21.05.2017
ffs i found it but i can't edit the script .. i downloaded a gamemode and it's owner said u can edit the scipt when i try to edit it and i press F5 it says error ..
can i give u the game mode please ?
Re: need scripter -
fireranger11 - 21.05.2017
What errors?
Re: need scripter -
XxMadmanxX - 21.05.2017
Код:
J:\Documents and Settings\Boukortt\Bureau\DM SERVER !\gamemodes\1v1.pwn(30) : fatal error 100: cannot read from file: "gl_common"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.