SA-MP Forums Archive
HELP ME FASTT!! - 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: HELP ME FASTT!! (/showthread.php?tid=549556)



HELP ME FASTT!! - Mijata - 07.12.2014

Quote:

skripta.pwn(26) : warning 213: tag mismatch
skripta.pwn(27) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

Line 26:Pickup [0] = CreateDynamicPickup(1274,1,-1299.0448,2541.6460,90.4297,-1,-1,-1,100.0);
Line 27:Pickup [1] = CreateDynamicPickup(1247,1,296.4870,-38.1069,1001.5156,-1,1,-1,100.0);

HELPP FASSTT


Re: HELP ME FASTT!! - SequenceCuz - 07.12.2014

on it word lol

you gonna learn by urself by see other gamemode like larp or etc...

ctrl+f and search createdynamicpickup and see what wrong with ya code

and notice that why it mismatch


Re: HELP ME FASTT!! - Mijata - 07.12.2014

Quote:

skripta.pwn(27) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Line 26:Pickup [0] = CreatePickup(1242, 1, 296.4870,-38.1069,1001.5156, -1);
Line 27:Pickup [1] = CreateDynamicPickup(1247,1,296.4870,-38.1069,1001.5156,-1,1,-1,100.0);


Re: HELP ME FASTT!! - Mijata - 07.12.2014

and why i can't see pickup in game??


Re: HELP ME FASTT!! - OsteeN - 07.12.2014

Quote:
Originally Posted by Mijata
Посмотреть сообщение
Line 26:Pickup [0] = CreatePickup(1242, 1, 296.4870,-38.1069,1001.5156, -1);
Line 27:Pickup [1] = CreateDynamicPickup(1247,1,296.4870,-38.1069,1001.5156,-1,1,-1,100.0);
Try:

pawn Код:
Pickup [0] = CreateDynamicPickup(1242, 1, 296.4870, -38.1069, 1001.5156);
Pickup [1] = CreateDynamicPickup(1247, 1, 296.4870, -38.1069, 1001.5156);
Also, use [*pawn][*/pawn] tags. (without *)