SA-MP Forums Archive
001 error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 001 error (/showthread.php?tid=404871)



001 error - sezginsygl - 04.01.2013

SubMenu3 = TextDrawCreate(-1.000000,439.000000," ~r~~h~/help ~w~/deathmatchs /stunts /commands /teles /weapons /shop /rules ~r~~h~/credits");
TextDrawUseBox(SubMenu3,1);
TextDrawBoxColor(SubMenu3,0x00000099);
TextDrawTextSize(SubMenu3,643.000000,5.000000);
TextDrawAlignment(SubMenu3,0);
TextDrawBackgroundColor(SubMenu3,0x000000ff);
TextDrawFont(SubMenu3,2);
TextDrawLetterSize(SubMenu3,0.299999,0.799999);
TextDrawColor(SubMenu3,0xffffffff);
TextDrawSetOutline(SubMenu3,1);
TextDrawSetProportional(SubMenu3,1);
TextDrawSetShadow(SubMenu3,1);



(17551) : error 001: expected token: ";", but found "-identifier-"


Re: 001 error - aslan890 - 04.01.2013

I know you want help but this is not english so how can people help you in this section?

Burasi ingiliz bolumu ve senin kodun Turkce onu nasi anlamalarini bekliyorsun?


Re: 001 error - sezginsygl - 04.01.2013

oldu mu?


Re: 001 error - aslan890 - 04.01.2013

Quote:
Originally Posted by sezginsygl
Посмотреть сообщение
oldu mu?
Yeah its fine now


Re: 001 error - sezginsygl - 04.01.2013

How I edit it error?

Sorry for my bad english.


Re: 001 error - aslan890 - 04.01.2013

Can you just post the line that you got the error.

Tukish

Sadece hatanin oldugu sirayi yaz sana buraya tum kodu degil hatanin oldugu sirayi yaz buraya


Re: 001 error - sezginsygl - 04.01.2013

SubMenu3 = TextDrawCreate(-1.000000,439.000000," ~r~~h~/help ~w~/deathmatchs /stunts /commands /teles /weapons /shop /rules ~r~~h~/credits");


Re: 001 error - Vince - 04.01.2013

Quote:

Note: the line number given by the compiler may specify a position behind the actual error, since the compiler cannot always establish an error before having analyzed the complete expression.

I am just going to post this everywhere, I guess.