26.09.2012, 07:03
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;
}
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;
}