22.09.2013, 12:52
Hello I created Pickup but I want, when we stand on Pickup it say, TYPE /ENTER to Go IN.
Look, on that Pickup, I want the Message.
Look, on that Pickup, I want the Message.
Create3DTextLabel((text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
Create3DTextLabel("TYPE /ENTER[90]", COLOR_WHITE, 1726.8827,-1635.9110,20.2168, 1726.8990,-1636.1710,20.2170, -1, 0);
E:\SCRIPT\gamemodes\Gamemode.pwn(179) : warning 213: tag mismatch
E:\SCRIPT\gamemodes\Gamemode.pwn(179) : warning 213: tag mismatch
E:\SCRIPT\gamemodes\Gamemode.pwn(179) : warning 202: number of arguments does not match definition
E:\SCRIPT\gamemodes\Gamemode.pwn(179) : warning 202: number of arguments does not match definition
E:\SCRIPT\gamemodes\Gamemode.pwn(711) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Warnings.
if(pickupid == yourpickup)
{
SendClientMessage(playerid,-1,"Type /enter to Enter here.");
return 1;
}
So, Ok. I tried. See.
pawn Код:
pawn Код:
pawn Код:
|
Create3DTextLabel("TYPE /ENTER[90]", COLOR_WHITE, 1726.8827,-1635.9110,20.2168, 1726.8990,-1636.1710,20.2170, 15, 0, 0);
// 15 - Where the pickup will be seen from, 0 - Virtualworld, 0 - TestLOS - If will be seen through objects or not.