Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- #include <streamer>
- new Text:Forumneu;
- new Text:Tsneu;
- main()
- {
- print("\n----------------------------------");
- }
- public OnGameModeInit()
- {
- Forumneu = TextDrawCreate(523.000000, 439.000000, "Forum: wWw.Life-Of-Roleplay.De");
- TextDrawBackgroundColor(Forumneu, 255);
- TextDrawFont(Forumneu, 1);
- TextDrawLetterSize(Forumneu, 0.210000, 1.000000);
- TextDrawColor(Forumneu, -1);
- TextDrawSetOutline(Forumneu, 0);
- TextDrawSetProportional(Forumneu, 1);
- TextDrawSetShadow(Forumneu, 1);
- Tsneu = TextDrawCreate(523.000000, 431.000000, "Ts3: 134.0.24.231");
- TextDrawBackgroundColor(Tsneu, 255);
- TextDrawFont(Tsneu, 1);
- TextDrawLetterSize(Tsneu, 0.200000, 1.000000);
- TextDrawColor(Tsneu, -1);
- TextDrawSetOutline(Tsneu, 0);
- TextDrawSetProportional(Tsneu, 1);
- TextDrawSetShadow(Tsneu, 1);
- return 1;
- }
- public OnGameModeExit()
- {
- return 1;
- }
- public OnPlayerRequestClass(playerid, classid)
- {
- return 1;
- }
- public OnPlayerConnect(playerid)
- {
- TextDrawShowForPlayer(playerid,Forumneu);
- TextDrawShowForPlayer(playerid,Tsneu);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment