[help] I can't fix this problem..
#1

hello scriptes!


i tried to build Teleport system, with this system you can create teleports in the server..

but When you trying to do Command of the teleport it's says "SERVER:Unknow command" ..

this is my function

PHP код:
if(strcmp(cmdtext[1], GetTeleportFile(cmdtext[1]), true) == 0)
    {
        
SetPlayerFacingAngle(playeridfile_Float(GetTeleportFile(cmdtext[1]), "FacingAngel"));
        
SetPlayerPos(playeridfile_Float(GetTeleportFile(cmdtext[1]), "PosX"), file_Float(GetTeleportFile(cmdtext[1]), "PosY"),
        
file_Float(GetTeleportFile(cmdtext[1]), "PosZ")); 
        return 
1;
    } 
Reply


Messages In This Thread
[help] I can't fix this problem.. - by Gangste[R] - 26.09.2010, 14:32
Re: [help] I can't fix this problem.. - by Mauzen - 26.09.2010, 14:50
Re: [help] I can't fix this problem.. - by Gangste[R] - 26.09.2010, 16:58
Re: [help] I can't fix this problem.. - by Gangste[R] - 26.09.2010, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)