- 0
[TextDarw]Problems!!
-
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
Guest [Sdk]GoD
Salut...
AStazi am inceput un nou,GameMode si am ajuns pe la lini 9033 si acum cand trebuie sami pun TextDrawuri!
Nu-mi ese..Adica-l fac cu TextDraw Editor by Zamrth imi arata linile complete adica
/* Filterscript generated using Zamaroht's TextDraw Editor Version 1.0. Designed for SA-MP 0.3a. Time and Date: 2011-1-27 @ 15:34:53 Instructions: 1- Compile this file using the compiler provided with the sa-mp server package. 2- Copy the .amx file to the filterscripts directory. 3- Add the filterscripts in the server.cfg file (more info here: http://wiki.sa-mp.com/wiki/Server.cfg) 4- Run the server! Disclaimer: You have full rights over this file. You can distribute it, modify it, and change it as much as you want, without having to give any special credits. */ #include <a_samp> new Text:Textdraw0; public OnFilterScriptInit() { print("Textdraw file generated by"); print(" Zamaroht's textdraw editor was loaded."); // Create the textdraws: Textdraw0 = TextDrawCreate(248.000000, 425.000000, "/Hold /Help /Cmds /Teles"); TextDrawAlignment(Textdraw0, 3); TextDrawBackgroundColor(Textdraw0, 65535); TextDrawFont(Textdraw0, 0); TextDrawLetterSize(Textdraw0, 0.669999, 1.800000); TextDrawColor(Textdraw0, -65281); TextDrawSetOutline(Textdraw0, 1); TextDrawSetProportional(Textdraw0, 1); return 1; } public OnFilterScriptExit() { TextDrawHideForAll(Textdraw0); TextDrawDestroy(Textdraw0); return 1; } public OnPlayerRequestClass(playerid, classid) { TextDrawShowForPlayer(playerid, Textdraw0); return 1; } public OnPlayerSpawn(playerid) { TextDrawHideForPlayer(playerid, Textdraw0); return 1; }Sunt disperat:(Daca mar putea ajuta cineva!(ATENTIE:GameModu-l esten ceput de la 0 deci nu a avut vrodata TextDrawuri io lipsi cv!)
Ajutor va rog frumos!
[move]Va rog lasati post!![/move]
5 answers to this question
Recommended Posts