SA-MP Forums Archive
CreateDynamic3Dtext - 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: CreateDynamic3Dtext (/showthread.php?tid=454853)



CreateDynamic3Dtext - Stefand - 30.07.2013

Hey Guys,

I get an error but I don't see why because the things I left gone are automatically being set?

pawn Код:
FStation[stationid][FStationLabel] = CreateDynamic3DTextLabel(string, 0xD7DF01FF, FStation[stationid][FStationX], FStation[stationid][FStationY], FStation[stationid][FStationZ]);
Код:
C:\Users\User\Desktop\Script Map\Cops and Robbers\Script\gamemodes\LSCPF.pwn(9451) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\Script Map\Cops and Robbers\Script\gamemodes\LSCPF.pwn(9451) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.



Re: CreateDynamic3Dtext - Stefand - 30.07.2013

UPDATE:

with:

pawn Код:
FStation[stationid][FStationLabel] = CreateDynamic3DTextLabel(string, 0xD7DF01FF, FStation[stationid][FStationX], FStation[stationid][FStationY], FStation[stationid][FStationZ], 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1,100.0);
It keeps giving

C:\Users\User\Desktop\Script Map\Cops and Robbers\Script\gamemodes\LSCPF.pwn(9451) : warning 213: tag mismatch


Re: CreateDynamic3Dtext - Konstantinos - 30.07.2013

Is it like this?
pawn Код:
Text3D: FStationLabel



Re: CreateDynamic3Dtext - Stefand - 31.07.2013

Nope it was not, thanks


Re: CreateDynamic3Dtext - ThePhenix - 31.07.2013

PHP код:
Text3D:FStation[stationid][FStationLabel] = CreateDynamic3DTextLabel(string0xD7DF01FFFStation[stationid][FStationX], FStation[stationid][FStationY], FStation[stationid][FStationZ], 50.0INVALID_PLAYER_IDINVALID_VEHICLE_ID0, -1, -1, -1,100.0
;