CreateDynamic3Dtext
#1

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.
Reply
#2

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
Reply
#3

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

Nope it was not, thanks
Reply
#5

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
;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)