Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: skomplikować
1. [INNE] Jak skomplikować textdraw do skryptu
Siema mam Textdrawy kt?re chc? wgra? na server ale mi si? nie odpalaj? dlatego pomy?la?em, ?e mo?e mo?na zrobi? to w skrypcie ale co? mi nie wychodzi jak by kto? mi pom?g? to zrobi? to Bardzo Prosz? i z g?ry Dzi?kuj? :

[code]#include <a_samp>

new Text:Textdraw0;
new Text:Textdraw1;
new Text:Textdraw2;
new Text:Textdraw3;
new Text:Textdraw4;
new Text:Textdraw5;
new Text:Textdraw6;
new Text:Textdraw7;
new Text:Textdraw8;

public OnFilterScriptInit()
{
print("Textdraw file generated by");
print(" Zamaroht's textdraw editor was loaded.");

// Create the textdraws:
Textdraw0 = TextDrawCreate(503.000000, 100.000000, "/Onede");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.239999, 1.100000);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawSetSelectable(Textdraw0, 0);

Textdraw1 = TextDrawCreate(537.000000, 99.000000, "/Minigun");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 0.270000, 1.200000);
TextDrawColor(Textdraw1, 16711935);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);
TextDrawSetSelectable(Textdraw1, 0);

Textdraw2 = TextDrawCreate(580.000000, 99.000000, "/WAR");
TextDrawBackgroundColo...
2. [GF] Nie mogę skomplikować na amx
Pr?buje edytowa? map? Honest-RP ,ale mam wyskoczy? mi takie b??dy :

Kod:

C: Documents and Settings 1 Pulpit igora server samp Larency-RP gamemodes 1 honest.pwn (13958): er-ror 037: invalid string (ewentualnie nie zako?czony ?a?cuch)
C: Documents and Settings 1 Pulpit igora server samp Larency-RP gamemodes 1 honest.pwn (13958): warning 215: wyra?enie nie ma wp?ywu
C: Documents and Settings 1 Pulpit igora server samp Larency-RP gamemodes 1 honest.pwn (13958): er-ror 001: oczekiwany znak: ";", ale znaleziono "-identyfikator-"
C: Documents and Settings 1 Pulpit igora server samp Larency-RP gamemodes 1 uczciwy . PWN (13958): er-ror017: undefined symbol "Kupi"
C: Documents and Settings 1 Pulpit igora server samp Larency-RP gamemodes 1 honest.pwn (13958): fatal er-ror 107: zbyt wiele komunikaty o b??dach w jednej linii kompilacja aborted.Pawn kompilatora 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 b??d?w.


Linijki :

Kod:

if (PlayerInfo [playerid] [pPremium] <3)
{
GuiInfo (playerid, "ABY kupic ta bro? musisz mie? r?wnie? 3 premium PKT!");
powr?t shotguna ZA 1;


Co zrobi?em ?le ? Je?li kto? wie jak naprawi? dostanie :piwo: :) )