[AJUDA] Mesmos interiores por locais diferentes?
#10

Por exemplo se eu fizer isso aqui:

pawn Код:
public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{      
    if (oldinteriorid == 0)    
    {
        new Float:x, Float:y, Float:z;        
        GetPlayerPos(playerid, x, y, z);
               
        SetPlayerVirtualWorld(playerid, (x+4000)%65999 );
        return 1;    
       
    }    
    if (newinteriorid == 0)    
    {    
        SetPlayerVirtualWorld(playerid,0);
    }
   
    return 1;
}
Ele da o seguinte erro: "error: 004: function "operator%(Float:,_:)" is not implemented"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)