What im doing wrong ?
#2

pawn Код:
if(strcmp(cmdtext,"/koor",true) == 0)
{
    new string[64],Float:x,Float:y,Float:z; GetPlayerCameraPos(playerid,x,y,z);      
    format(string,sizeof(string),"The player left when they had their camera at %f,%f,%f.",x,y,z);
    SendClientMessage(playerid,RED,string);
    return 1;
}
Reply


Messages In This Thread
What im doing wrong ? - by martynas - 01.09.2010, 11:42
Re: What im doing wrong ? - by [XST]O_x - 01.09.2010, 11:45
Re: What im doing wrong ? - by martynas - 01.09.2010, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)