[Ajuda] Problema com o /save no windows 7
#2

Tуpico duplo desnecessбrio, no anterior eu postei um comando funcional para seu problema.

@edit

PHP код:
if(strcmp(cmdtext"/save"true)==0)  
    {  
        new 
FloatXFloatYFloatZFloatRotationstring[150]; 
         
        
GetPlayerPos(playeridXYZ);  
        
GetPlayerFacingAngle(playeridRotation);  
         
        new 
File:Position fopen("positions.txt"io_readwrite), 
        
ReadLines[150]; 
        if(
Position
        { 
            for(new 
0fread(PositionReadLines); i++) 
                
strcat(ReadLinesReadLines[i]); 
             
            
format(string256"AddPlayerClass(0, %f, %f, %f, %f, 0,0,0,0,0,0);\r\n"XYZ,Rotation); 
            
fwrite(Positionstring); 
             
            
fclose(Position); 
        } 
        return 
1;  
    } 
Reply


Messages In This Thread
Problema com o /save no windows 7 - by OverKiller - 24.03.2016, 21:52
Re: Problema com o /save no windows 7 - by F1N4L - 24.03.2016, 21:59
Respuesta: Problema com o /save no windows 7 - by OverKiller - 24.03.2016, 22:07
Re: Respuesta: Problema com o /save no windows 7 - by F1N4L - 24.03.2016, 22:12
Respuesta: Problema com o /save no windows 7 - by OverKiller - 24.03.2016, 22:20
Re: Respuesta: Problema com o /save no windows 7 - by F1N4L - 24.03.2016, 22:22
Respuesta: Re: Respuesta: Problema com o /save no windows 7 - by OverKiller - 24.03.2016, 22:25
Re: Problema com o /save no windows 7 - by F1N4L - 24.03.2016, 22:28

Forum Jump:


Users browsing this thread: 3 Guest(s)