need scripter
#1

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
Reply
#2

Looking for scripters/helpers? Post here!

If you want to add CJ run, REMOVE UsePlayerPedAnims(); .
Reply
#3

where can i find it ?
Reply
#4

Remove UsePlayerPedAnims();
Its under OnGameModeInit
Reply
#5

i can't find this which folder ?
Reply
#6

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.
Reply
#7

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.
Reply
#8

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 ?
Reply
#9

What errors?
Reply
#10

Код:
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)