- 0
Ajutor TextDraw
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
andybtv
Buna ziua,
Vreau sa fac un Fs in care sa imi scrie intr-un colt, un text mereu cat este serverul pornit.
Fs-ul l-am facut dar am 2 erori:
Acesta este FS-ul#include <a_samp> #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); } #endif new Text:Textdraw3; public OnGameModeInit() { Textdraw3 = TextDrawCreate(170.000000,417.000000,"Andrei"); TextDrawAlignment(Textdraw3,0); TextDrawBackgroundColor(Textdraw3,0xFFFF00AA); TextDrawFont(Textdraw3,3); TextDrawLetterSize(Textdraw3,0.499999,1.700000); TextDrawColor(Textdraw3,0xAA3333AA); TextDrawSetProportional(Textdraw3,1); return 1; } public OnGameModeExit() { return 1; } public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746); return 1; } public OnPlayerRequestSpawn(playerid) { return 1; } public OnPlayerConnect(playerid) { ShowTextDrawForPlayer(playerid,Textdraw3); return 1; } public OnPlayerDisconnect(playerid, reason) { HideTextDrawForPlayer(playerid,Textdraw3); return 1; }Tutoriale
Menu
Gang Zone
Teleport
FilterScripts
VehicleEngine
Food Menu
9 answers to this question
Recommended Posts