Mask Error CMD:mask - 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: Mask Error CMD:mask (
/showthread.php?tid=428788)
Mask Error CMD:mask -
UnknownGamer - 07.04.2013
pawn Код:
warning 213: tag mismatch
warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
--
MaskLabel[playerid] = CreateDynamic3DTextLabel(string2, -1, 0, 0, -20, 25, playerid);
Whats wrong with that code? I'm clueless
Re: Mask Error CMD:mask -
BlackID - 07.04.2013
pawn Код:
CreateDynamic3DTextLabel(playerid, string2, .....)
Re: Mask Error CMD:mask -
]Rafaellos[ - 07.04.2013
@BlackID: Did you search before post?
@UnknownGamer: The correct usage is:
pawn Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);