Wrong?
#1

Lol i got this OnPlayerConnect

Код:
if(IsLogged[playerid] == 1)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
IsLogged[playerid] = Create3DTextLabel("Hi ._.",0x00FFFFFF,X, Y, Z+2.0,20.0,1);
Attach3DTextLabelToPlayer(IsLogged[playerid],playerid,0,0,1.2);
}
And i've this warnings:


C:\Documents and Settings\EUEHUEUEHU\Desktop\SFWAR.pwn(834) : warning 213: tag mismatch
C:\Documents and Settings\EUEHUEUEHU\Desktop\SFWAR.pwn(835) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Reply


Messages In This Thread
Wrong? - by Face9000 - 15.12.2010, 08:29
Re: Wrong? - by [UG]Scripter - 15.12.2010, 08:30
Re: Wrong? - by Face9000 - 15.12.2010, 08:31
Re: Wrong? - by JaTochNietDan - 15.12.2010, 08:44

Forum Jump:


Users browsing this thread: 1 Guest(s)