How to install ?
#1

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

Copy it from Pastebin and paste it at pawno..
like this
Reply
#3

Copy and paste DUH!
Reply
#4

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)