SA-MP Forums Archive
How to install ? - 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: How to install ? (/showthread.php?tid=380590)



How to install ? - Sliceofdeath - 26.09.2012

How to install Pastebin scripts
http://pastebin.com/Pjx7tzJh


And can someone help how to install this ?
public OnGameModeInit()
{
UsePlayerPedAnims();
//If there's any function more in gamemode, add it.
//At last only use return 1, if your gamemode callback already has that, then no need.
return 1;
}

and

#define FILTERSCRIPT

#include <a_samp>

public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}


Re: How to install ? - ejul - 26.09.2012

Copy it from Pastebin and paste it at pawno..
like this


Re: How to install ? - Red_Dragon. - 26.09.2012

Copy and paste DUH!


Re: How to install ? - M3mPHi$_S3 - 26.09.2012

Easy pal :

1) Copy from pastebin
2) paste into "pawno" and then press f5 or COmpile !!!!
3) open your " server.cfg " then add the name into " Filterscript " line save and enjoYY


Re: How to install ? - doreto - 26.09.2012

Suggesting to check this before you start "doing" anything -- Are you a scripting beginner?


Re: How to install ? - Gangster-rocks - 26.09.2012

Quote:
Originally Posted by doreto
Посмотреть сообщение
Suggesting to check this before you start "doing" anything -- Are you a scripting beginner?
Yup you should read it like i did when i was newbie